Skip to content

Commit e4f211b

Browse files
Release 3.0.2
1 parent 17dc9fa commit e4f211b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
66

77
## [Unreleased]
88

9+
## [3.0.2] - 2026-02-07
10+
- Documentation updates (README links and references).
11+
- Minor client compatibility improvements (base_url normalization, clearer 403 feature gating).
12+
913
## [3.0.1] - 2026-02-04
1014
- Added Tools Registry methods to the SDK (create/list/get/toggle/delete).
1115
- Added tool-runner and full LLM agent flow examples.

onceonly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.1"
1+
__version__ = "3.0.2"

pyproject.toml

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

55
[project]
66
name = "onceonly-sdk"
7-
version = "3.0.1"
7+
version = "3.0.2"
88
description = "Python SDK for OnceOnly idempotency API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)