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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.1.14](https://github.com/Warashi/cage/compare/v0.1.13...v0.1.14) - 2026-03-01
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in https://github.com/Warashi/cage/pull/68
- build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 by @dependabot[bot] in https://github.com/Warashi/cage/pull/70
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/Warashi/cage/pull/71
- build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in https://github.com/Warashi/cage/pull/73
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in https://github.com/Warashi/cage/pull/72
- build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in https://github.com/Warashi/cage/pull/74
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.9 by @dependabot[bot] in https://github.com/Warashi/cage/pull/81
- build(deps): bump Songmu/tagpr from 1.9.0 to 1.10.0 by @dependabot[bot] in https://github.com/Warashi/cage/pull/80
- build(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 by @dependabot[bot] in https://github.com/Warashi/cage/pull/77
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/Warashi/cage/pull/76
- chore: update dependabot config by @Warashi in https://github.com/Warashi/cage/pull/82
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions-all group by @dependabot[bot] in https://github.com/Warashi/cage/pull/83

## [v0.1.13](https://github.com/Warashi/cage/compare/v0.1.12...v0.1.13) - 2025-11-04
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in https://github.com/Warashi/cage/pull/63
- chore: add meta.mainProgram to default.nix by @Warashi in https://github.com/Warashi/cage/pull/65
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
pkgs.buildGoLatestModule {
pname = "cage";
version = "0.1.13";
version = "0.1.14";
src = ./.;
vendorHash = "sha256-EnEy9KELRFyM+uB1h9mCxuDeUirFiuoLnHURkg8/oQs=";
meta = {
Expand Down