Skip to content

Commit 197bb6e

Browse files
Release 3.0.1
1 parent 6cf8e6d commit 197bb6e

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
66

77
## [Unreleased]
8+
9+
## [3.0.1] - 2026-02-04
810
- Added Tools Registry methods to the SDK (create/list/get/toggle/delete).
911
- Added tool-runner and full LLM agent flow examples.
1012
- Added plan limits and Pro vs Agency notes in docs.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Exactly-once execution + runtime safety + agent control plane.
1010
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1212

13-
[Website](https://onceonly.tech/)[Docs](https://docs.onceonly.tech)[API Reference](https://docs.onceonly.tech/api)[Examples](./examples/)
13+
[Website](https://onceonly.tech/)[Docs](https://docs.onceonly.tech)[API Reference](https://docs.onceonly.tech/reference/idempotency/)[Examples](./examples/)
1414

1515
</div>
1616

@@ -959,7 +959,7 @@ Before going live:
959959

960960
- **Website:** https://onceonly.tech
961961
- **Documentation:** https://docs.onceonly.tech
962-
- **API Reference:** https://docs.onceonly.tech/api
962+
- **API Reference:** https://docs.onceonly.tech/reference/idempotency/
963963
- **Python SDK Docs:** https://docs.onceonly.tech/sdk/python
964964
- **GitHub:** https://github.com/onceonly-tech/onceonly-python
965965
- **PyPI:** https://pypi.org/project/onceonly-sdk/

onceonly/version.py

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

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.0"
7+
version = "3.0.1"
88
description = "Python SDK for OnceOnly idempotency API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)