Skip to content

Commit 34b7e47

Browse files
author
semantic-release
committed
1.1.1
Automatically generated by python-semantic-release
1 parent 6fb961f commit 34b7e47

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.1.1 (2026-03-17)
6+
7+
### Bug Fixes
8+
9+
- Rename job to Claude, add env validation and diff size limit
10+
([`24aca72`](https://github.com/node9-ai/node9-python/commit/24aca7239a4f00b1128749b7a4013c37e3d8e740))
11+
12+
- Surface truncation warning in PR comment, align word limit with max_tokens
13+
([`12771d8`](https://github.com/node9-ai/node9-python/commit/12771d8b64d30ebc3556e3a7ba296618b7766471))
14+
15+
- **ai-review**: Upgrade to claude-sonnet-4-6 with 2048 max_tokens
16+
([`52766cf`](https://github.com/node9-ai/node9-python/commit/52766cf88eebea0568223f25f27152c77b9b8a09))
17+
18+
519
## v1.1.0 (2026-03-15)
620

721
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "node9"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Execution security for Python AI agents — seatbelt for LangChain, CrewAI, and plain Python."
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)