Skip to content

Commit d1adcf1

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 69c95e8 commit d1adcf1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.1.0 (2026-03-15)
6+
7+
### Features
8+
9+
- Add Gemini AI code review on PRs to main
10+
([`50b651d`](https://github.com/node9-ai/node9-python/commit/50b651dc2575dc954def69dd16d7492369a8149a))
11+
12+
- Switch AI code review from Gemini to Claude Sonnet
13+
([`c52fbb4`](https://github.com/node9-ai/node9-python/commit/c52fbb4ee5d1b460ef008b708e3664e0650f93f9))
14+
15+
516
## v1.0.3 (2026-03-15)
617

718
### Bug Fixes

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.0.3"
7+
version = "1.1.0"
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)