Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version="$GITHUB_REF_NAME"
[[ "$version" =~ ^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$ ]]
[ "$(cat VERSION)" = "$version" ]
grep -Fxq "## [$version] - 2026-08-25" CHANGELOG.md
grep -Fxq "## [$version] - 2026-08-26" CHANGELOG.md
git fetch --no-tags origin main
git merge-base --is-ancestor "$GITHUB_SHA" origin/main
printf 'version=%s\n' "$version" >>"$GITHUB_OUTPUT"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Versioning.

## [Unreleased]

## [0.1.2] - 2026-08-26

### Changed

- Hosted reusable release, CodeQL and supply-chain callers now pin signed
immutable `ci-workflows 0.1.11`; the canonical action catalog carries the
same exact commit and version.

## [0.1.1] - 2026-08-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2