Skip to content

Commit d672bdf

Browse files
13rac1claude
andcommitted
chore: release v1.0.12
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8eb8ca0 commit d672bdf

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.12] - 2026-02-23
11+
1012
### Added
1113

1214
- Inject host git identity into containers via `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_NAME`, `GIT_COMMITTER_EMAIL` env vars
@@ -62,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6264
- Configurable network isolation
6365
- Optional AppArmor MAC enforcement
6466

65-
[Unreleased]: https://github.com/13rac1/openclaw-plugin-claude-code/compare/v1.0.11...HEAD
67+
[Unreleased]: https://github.com/13rac1/openclaw-plugin-claude-code/compare/v1.0.12...HEAD
68+
[1.0.12]: https://github.com/13rac1/openclaw-plugin-claude-code/compare/v1.0.11...v1.0.12
6669
[1.0.11]: https://github.com/13rac1/openclaw-plugin-claude-code/compare/v1.0.0...v1.0.11
6770
[1.0.0]: https://github.com/13rac1/openclaw-plugin-claude-code/releases/tag/v1.0.0

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "claude-code",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Run Claude Code sessions in isolated Podman containers",
55
"main": "claude-code.js",
66
"tools": ["claude_code_start", "claude_code_status", "claude_code_output", "claude_code_cancel", "claude_code_cleanup", "claude_code_sessions"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@13rac1/openclaw-plugin-claude-code",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "OpenClaw plugin for running Claude Code CLI in isolated Podman containers",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)