Skip to content

Commit d131619

Browse files
chore(main): release 0.3.0
1 parent 5d0e163 commit d131619

3 files changed

Lines changed: 14 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/osodevops/keito-python/compare/v0.2.0...v0.3.0) (2026-03-06)
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+
10+
11+
### Documentation
12+
13+
* add CI status badge to README ([834f531](https://github.com/osodevops/keito-python/commit/834f531fe9faf9696f071ce9dff4abd6e5544075))
14+
315
## [0.2.0](https://github.com/osodevops/keito-python/compare/v0.1.0...v0.2.0) (2026-03-06)
416

517

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)