Skip to content

Commit 830e28a

Browse files
committed
chore(release): 0.5.0
1 parent 2f64450 commit 830e28a

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/Alfredvc/ccairgap/compare/v0.4.3...v0.5.0) (2026-04-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* publish default image to GHCR; UID-portable runtime via --user
11+
12+
### Features
13+
14+
* publish default image to GHCR; UID-portable runtime via --user ([2f64450](https://github.com/Alfredvc/ccairgap/commit/2f64450ba0f44c9dec81f984f443b9503585f3a4))
15+
516
## [0.4.3](https://github.com/Alfredvc/ccairgap/compare/v0.4.2...v0.4.3) (2026-04-27)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ccairgap",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Run Claude Code with --dangerously-skip-permissions in a Docker container. Host filesystem cannot be mutated outside a small set of explicitly writable paths.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)