Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down