diff --git a/CHANGELOG.md b/CHANGELOG.md index c2282c4..f529201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/default.nix b/default.nix index ac6dfc4..19e57df 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ }: pkgs.buildGoLatestModule { pname = "cage"; - version = "0.1.13"; + version = "0.1.14"; src = ./.; vendorHash = "sha256-EnEy9KELRFyM+uB1h9mCxuDeUirFiuoLnHURkg8/oQs="; meta = {