Skip to content

Releases: yaklabco/stave

v0.13.2

08 Mar 01:06
537e553

Choose a tag to compare

[0.13.2] - 2026-03-07

Changed

  • Address gosec lint in pkg/watch/watch.go.

v0.13.1

06 Mar 14:46
924ab90

Choose a tag to compare

[0.13.1] - 2026-03-06

Changed

  • Bump Go version to 1.25.8 (and update dependencies).

v0.13.0

04 Mar 21:55
14b2b95

Choose a tag to compare

[0.13.0] - 2026-03-04

Changed

  • Simplify --list output by merging NAME and USAGE columns into a single USAGE column (while still preserving original color-coding & annotations that NAME column previously had.

v0.12.0

26 Feb 18:23
4db8285

Choose a tag to compare

[0.12.0] - 2026-02-26

Changed

  • Bump Go version to 1.25.7 (and update dependencies).

v0.11.1

25 Feb 04:25
4cb3f65

Choose a tag to compare

[0.11.1] - 2026-02-21

Changed

  • Bump all updatable Go dependencies to their latest versions as of this date.

v0.11.0

25 Feb 03:57
650b826

Choose a tag to compare

[0.11.0] - 2026-02-19

Changed

  • Instead of the main Go file template being used to always generate a file called stave_output_file.go, switch to deduped filenames (based on a content hash and the current PID).

v0.10.10

20 Feb 00:07
2fb2b85

Choose a tag to compare

[0.10.10] - 2026-02-19

Changed

  • Change pre-push trufflehog hook to only scan changes, rather than entire repo.

v0.10.9

19 Feb 16:56

Choose a tag to compare

[0.10.9] - 2026-02-18

Fixed

  • Downgrade dependencies to preserve compatibility with Go 1.24.

v0.10.8

19 Feb 16:39
92bf893

Choose a tag to compare

[0.10.8] - 2026-02-18

Changed

  • Bump all updatable Go dependencies to their latest versions as of this date.

v0.10.7

19 Feb 16:31
aaed642

Choose a tag to compare

[0.10.6] - 2026-02-18

Added

  • Secrets scanning (based on trufflehog GitHub action) in CI.

  • Wire in trufflehog to project's stavefile.gp