diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17467a3..45685ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/osodevops/keito-python/compare/v0.2.0...v0.3.0) (2026-06-19) + + +### Features + +* add with_raw_response, mypy strict, 94% test coverage ([5d0e163](https://github.com/osodevops/keito-python/commit/5d0e163bc313a760a07642e72c42b001d5cbe834)) +* align timer API contract ([#3](https://github.com/osodevops/keito-python/issues/3)) ([0d9fd90](https://github.com/osodevops/keito-python/commit/0d9fd9043111ad96036a801f2ac29f676ee42205)) + + +### Bug Fixes + +* remove unused import in test_resources ([ab76191](https://github.com/osodevops/keito-python/commit/ab7619166537ca5a7c4a4a90a81b0271708239c4)) + + +### Documentation + +* add CI status badge to README ([834f531](https://github.com/osodevops/keito-python/commit/834f531fe9faf9696f071ce9dff4abd6e5544075)) + ## [0.2.0](https://github.com/osodevops/keito-python/compare/v0.1.0...v0.2.0) (2026-03-06) diff --git a/pyproject.toml b/pyproject.toml index 9fae99e..1818124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "keito" -version = "0.2.0" +version = "0.3.0" description = "Official Python SDK for the Keito API — track billable time, expenses, and invoices for humans and AI agents" readme = "README.md" license = {text = "MIT"}