Skip to content

Commit 8ff7010

Browse files
author
semantic-release
committed
1.0.2
Automatically generated by python-semantic-release
1 parent 6847fdb commit 8ff7010

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.0.2 (2026-03-15)
6+
7+
### Bug Fixes
8+
9+
- Publish to PyPI explicitly with twine instead of semantic-release publish
10+
([`6847fdb`](https://github.com/node9-ai/node9-python/commit/6847fdbbf6c0bbd7a14a743b99745cdf005d73a9))
11+
12+
513
## v1.0.1 (2026-03-15)
614

715
### 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.1"
7+
version = "1.0.2"
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)