File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The 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.
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 1- __version__ = "3.0.0 "
1+ __version__ = "3.0.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " onceonly-sdk"
7- version = " 3.0.0 "
7+ version = " 3.0.1 "
88description = " Python SDK for OnceOnly idempotency API"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments