Skip to content

Commit 03235f1

Browse files
committed
chore(release): 0.4.3
1 parent c0276d1 commit 03235f1

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.4.3](https://github.com/Alfredvc/ccairgap/compare/v0.4.2...v0.4.3) (2026-04-27)
6+
7+
8+
### Features
9+
10+
* **auth:** add atomic creds writer for session creds file ([9a7d36d](https://github.com/Alfredvc/ccairgap/commit/9a7d36dcbf65a90aa528f6584e96630308e14122))
11+
* **auth:** runtime auth-refresh watcher with mtime ownership check ([2bc3a1b](https://github.com/Alfredvc/ccairgap/commit/2bc3a1b4305817582babe65333380ae16a9e0326))
12+
* **auth:** symlink container creds at /host-claude-creds-dir; route auth warnings via title hook ([67d2145](https://github.com/Alfredvc/ccairgap/commit/67d214519d8c68a2f3a48fc27e70841155d87314))
13+
* **auth:** wire runtime auth-refresh watcher; switch creds mount to RW directory + auth-warnings RO mount ([87ecbf9](https://github.com/Alfredvc/ccairgap/commit/87ecbf9de3e178f0b8fcd398bd4a55899b6375f8))
14+
* **doctor:** per-session auth-refresh status rows ([af1da2c](https://github.com/Alfredvc/ccairgap/commit/af1da2c4c19a277b065d8d2c16734a9bdd050ee0))
15+
16+
17+
### Bug Fixes
18+
19+
* **doctor:** remove dead WARN flag from auth-refresh checks ([48b4972](https://github.com/Alfredvc/ccairgap/commit/48b4972d774fef281ef9e8fd7959b5f8ed57ce93))
20+
* **e2e:** resolve smoke.sh toplevel before cd into tmp repo ([c0276d1](https://github.com/Alfredvc/ccairgap/commit/c0276d13f5d2cc97c17d23c8f78fb63b64c51c94))
21+
22+
23+
### Refactors
24+
25+
* **auth:** use writeSessionCreds; export readHostCredsJson for runtime watcher ([e7cb927](https://github.com/Alfredvc/ccairgap/commit/e7cb9274a0fe4b092e4801adacfcf1b4805619b4))
26+
527
## [0.4.2](https://github.com/Alfredvc/ccairgap/compare/v0.4.1...v0.4.2) (2026-04-21)
628

729

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.2",
3+
"version": "0.4.3",
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)