v0.1.13 - 2025-11-04
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #63
- chore: add meta.mainProgram to default.nix by @Warashi in #65
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #66
- fix: correct Landlock rules by @Warashi in #67
v0.1.12 - 2025-10-24
- fix: add WithRefer permission to allow hardlink creation in sandbox by @Warashi in #61
v0.1.11 - 2025-10-19
- build(deps): bump nixbuild/nix-quick-install-action from 33 to 34 by @dependabot[bot] in #55
- build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #54
- build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #57
- build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #58
- build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #59
- feat(linux): Add WithIoctlDev to Landlock rules for ioctl on /dev files by @Warashi in #60
v0.1.10 - 2025-09-20
- docs: add command docs for upgrading cage by @Warashi in #34
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #36
- docs: add Homebrew integration section to Environment Variables by @yuki-yano in #37
- build(deps): bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #38
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #39
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 by @dependabot[bot] in #40
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #41
- build(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 by @dependabot[bot] in #42
- build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in #43
- build(deps): bump github/codeql-action from 3.29.8 to 3.29.9 by @dependabot[bot] in #44
- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by @dependabot[bot] in #45
- build(deps): bump nixbuild/nix-quick-install-action from 32 to 33 by @dependabot[bot] in #46
- build(deps): bump Songmu/tagpr from 1.7.0 to 1.7.2 by @dependabot[bot] in #47
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #48
- build(deps): bump github/codeql-action from 3.29.11 to 3.30.1 by @dependabot[bot] in #49
- build(deps): bump Songmu/tagpr from 1.7.2 to 1.9.0 by @dependabot[bot] in #52
- build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in #51
- build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 by @dependabot[bot] in #50
- fix: apply -allow-git flag even when using presets by @Warashi in #53
v0.1.9 - 2025-07-26
- feat: add IN_CAGE environment variable by @Warashi in #31
- docs: add documentation for IN_CAGE environment variable by @Warashi in #33
v0.1.8 - 2025-07-22
- feat: eval-symlinks option for presets by @Warashi in #29
v0.1.7 - 2025-07-19
- feat: add auto-presets config to apply presets automatically based on command name by @Warashi in #27
v0.1.6 - 2025-07-17
- feat: add -dry-run option by @Warashi in #25
v0.1.5 - 2025-07-12
- docs: add install with Homebrew Cask by @Warashi in #22
- feat: add -version option by @Warashi in #24
v0.1.4 - 2025-07-11
- fix: fetch tags to use it in goreleaser by @Warashi in #20
v0.1.3 - 2025-07-11
- fix: add owner and repositories in action input by @Warashi in #18
v0.1.2 - 2025-07-11
- feat: GoReleaser by @Warashi in #16
v0.1.1 - 2025-07-08
- fix: set correct permissions on linux implementations by @Warashi in #14
v0.1.0 - 2025-07-08
- feat: add config file to define presets by @Warashi in #6
- fix: don't resolve symlinks by @Warashi in #8
- ci: invoke tagpr workflow when PR is labeled by @Warashi in #9
- feat: allow multiple -preset option by @Warashi in #10
- ci: run go test in the CI by @Warashi in #11
- test: use t.Chdir by @Warashi in #12
- docs: use $HOME istead of tilda and add claude-code preset example by @Warashi in #13