Skip to content

Releases: prskr/git-age

v0.1.5

13 Feb 14:07
Compare
Choose a tag to compare

Changelog

  • 7e64afc fix: hashing file at head - in case there's no error

v0.1.4

09 Feb 08:03
Compare
Choose a tag to compare

Changelog

  • 74132d9 fix: hashing file at head

v0.1.3

07 Feb 13:21
Compare
Choose a tag to compare

Changelog

  • 7456271 fix: version should be full Git tag
  • 8ebeb80 refactor: move version check to version command

v0.1.2

07 Feb 12:19
Compare
Choose a tag to compare

Changelog

  • 25e8399 Brew formula update for git-age version v0.1.0
  • aeb67c9 chore: cleanup of release config
  • 60601e1 chore: sign Linux packages
  • 0e5ed88 chore: switch to asciidoctor
  • d64ddcd chore: switch to asciidoctor
  • a6c0690 feat: add version commands
  • 21a2e1b feat: prepare WinGet package
  • bb98096 fix(deps): update module golang.org/x/mod to v0.15.0
  • 4e59afb fix: detect whether a file is encrypted in clean/smudge
  • ded79e7 fix: install ronn in validate build

v0.1.1

06 Feb 22:00
Compare
Choose a tag to compare

Changelog

  • 25e8399 Brew formula update for git-age version v0.1.0
  • aeb67c9 chore: cleanup of release config
  • bad4173 chore: switch to asciidoctor
  • a6c0690 feat: add version commands
  • 21a2e1b feat: prepare WinGet package
  • 4e59afb fix: detect whether a file is encrypted in clean/smudge
  • ded79e7 fix: install ronn in validate build

v0.1.0

05 Feb 10:59
Compare
Choose a tag to compare

Changelog

  • fff9cde chore: add Renovate config
  • 2acbbe8 chore: prepare CI
  • 22668d5 chore: prepare release
  • 405aa84 chore: set EOL to LF
  • bebe137 chore: update replace directive
  • 6e8f51b ci: run on all platforms
  • bff41bf feat(ci): add SBOM creation
  • ca57f51 feat: add convenience functions
  • b83f255 feat: configure GoReleaser
  • f4de4f3 feat: initial version
  • 3c935d2 fix(ci): download Go modules before lint
  • 1cbc71c fix(test): attempt to fix repo detection on windows
  • 30e9acb fix(test): attempt to fix repo root detection on Windows
  • 27eb677 fix(test): fix path issue in WalkAgeFiles
  • 5a2c6f6 fix(test): fix repo root detection on Windows
  • 625ad3c fix: add-recipient and complete files track
  • 4e50756 fix: linter issues
  • 8ca2540 refactor: cleanup code duplications
  • 8cd534b refactor: cleanup smudge & clean
  • 13ba320 refactor: extend linter config and fix findings