Skip to content

docs: v1.0.3 changelog and version bump - #26

Merged
franzer merged 1 commit into
mainfrom
chore/changelog-v1.0.3
Jul 3, 2026
Merged

docs: v1.0.3 changelog and version bump#26
franzer merged 1 commit into
mainfrom
chore/changelog-v1.0.3

Conversation

@franzer

@franzer franzer commented Jul 3, 2026

Copy link
Copy Markdown
Member

Summary

Adds the v1.0.3 CHANGELOG 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

  • Documentation (README, docs, comments)

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

  • Add v1.0.3 section to CHANGELOG.md (Security, Changed, Fixed) in the existing Keep a Changelog style.
  • Bump version fallback in cmd/redactyl/root.go from 1.0.1 to 1.0.3. Release binaries already get the correct version from the tag via goreleaser ldflags; this only affects unflagged local builds.

Testing

  • Unit Tests (go test ./...)
  • Integration Tests
  • Manual Verification (describe below)

Built locally and confirmed redactyl version now reports 1.0.3.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new lint errors
  • New and existing unit tests pass locally with my changes

Next step

After merge, tag v1.0.3 on main and push. CI/GoReleaser publishes archives, deb/rpm/apk, and updates the Homebrew tap.

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).
@franzer
franzer merged commit 50fb44d into main Jul 3, 2026
4 checks passed
@franzer
franzer deleted the chore/changelog-v1.0.3 branch July 3, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant