Skip to content

Commit e3913f2

Browse files
chore(main): release 0.3.0
1 parent 0d9fd90 commit e3913f2

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/osodevops/keito-python/compare/v0.2.0...v0.3.0) (2026-06-19)
4+
5+
6+
### Features
7+
8+
* add with_raw_response, mypy strict, 94% test coverage ([5d0e163](https://github.com/osodevops/keito-python/commit/5d0e163bc313a760a07642e72c42b001d5cbe834))
9+
* align timer API contract ([#3](https://github.com/osodevops/keito-python/issues/3)) ([0d9fd90](https://github.com/osodevops/keito-python/commit/0d9fd9043111ad96036a801f2ac29f676ee42205))
10+
11+
12+
### Bug Fixes
13+
14+
* remove unused import in test_resources ([ab76191](https://github.com/osodevops/keito-python/commit/ab7619166537ca5a7c4a4a90a81b0271708239c4))
15+
16+
17+
### Documentation
18+
19+
* add CI status badge to README ([834f531](https://github.com/osodevops/keito-python/commit/834f531fe9faf9696f071ce9dff4abd6e5544075))
20+
321
## [0.2.0](https://github.com/osodevops/keito-python/compare/v0.1.0...v0.2.0) (2026-03-06)
422

523

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 = "keito"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Official Python SDK for the Keito API — track billable time, expenses, and invoices for humans and AI agents"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)