docs: v1.0.3 changelog and version bump - #26
Merged
Conversation
Documents the go-git CVE fix and dependency sweep from #25. Bumps the hardcoded version fallback in root.go from 1.0.1 to 1.0.3 so unflagged local builds report the right version (release builds already inject the tag via goreleaser ldflags).
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
v1.0.3CHANGELOG entry documenting the go-git CVE fix and dependency sweep from #25, and bumps the hardcoded version fallback so unflagged local builds report the correct version. Prep for tagging the release.Related Issue
Follow-up to #25.
Type of Change
Motivation
The last release was v1.0.2 in December 2025. #25 landed a security fix (three reachable go-git vulnerabilities) plus a dependency sweep, which warrants a patch release. This documents those changes and readies the tag.
Changes
v1.0.3section toCHANGELOG.md(Security, Changed, Fixed) in the existing Keep a Changelog style.versionfallback incmd/redactyl/root.gofrom1.0.1to1.0.3. Release binaries already get the correct version from the tag via goreleaser ldflags; this only affects unflagged local builds.Testing
go test ./...)Built locally and confirmed
redactyl versionnow reports1.0.3.Checklist
Next step
After merge, tag
v1.0.3onmainand push. CI/GoReleaser publishes archives, deb/rpm/apk, and updates the Homebrew tap.