diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c558e0d..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.22" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d2ee4..3efa8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/adhityaravi/theow/compare/theow-v0.0.22...theow-v0.1.0) (2026-03-04) + + +### Features + +* pydanticai ([#27](https://github.com/adhityaravi/theow/issues/27)) ([f3b7cd6](https://github.com/adhityaravi/theow/commit/f3b7cd6793405406b66d1e11c97e4d38c6af85d2)) + ## [0.0.22](https://github.com/adhityaravi/theow/compare/theow-v0.0.21...theow-v0.0.22) (2026-03-02) diff --git a/src/theow/_version.py b/src/theow/_version.py index 8dbcd9b..8cf56ee 100644 --- a/src/theow/_version.py +++ b/src/theow/_version.py @@ -1,3 +1,3 @@ """Version information for theow.""" -__version__ = "0.0.22" # x-release-please-version +__version__ = "0.1.0" # x-release-please-version