Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.12.7](https://github.com/kazeburo/chocon/compare/v0.12.6...v0.12.7) - 2025-09-22
- pin actions commithash by @kazeburo in https://github.com/kazeburo/chocon/pull/53

## [v0.12.6](https://github.com/kazeburo/chocon/compare/v0.12.5...v0.12.6) - 2025-09-13
- use tagpr for release by @kazeburo in https://github.com/kazeburo/chocon/pull/50
- update deps by @kazeburo in https://github.com/kazeburo/chocon/pull/52
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.12.6
VERSION=0.12.7
LDFLAGS=-ldflags "-w -s -X main.version=${VERSION}"

all: chocon
Expand Down