diff --git a/.gitignore b/.gitignore index 95ceb18..3824f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .prism.log +.stdy.log _dev __pycache__ diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12aa896..e90b36c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.4" + ".": "0.6.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eaca3e6..1699fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.5 (2026-03-24) + +Full Changelog: [v0.6.4...v0.6.5](https://github.com/anthalehq/anthale-python/compare/v0.6.4...v0.6.5) + +### Chores + +* **internal:** update gitignore ([45565d8](https://github.com/anthalehq/anthale-python/commit/45565d8c49795b2ea5fa72ec79e9445ba7501a2f)) + ## 0.6.4 (2026-03-20) Full Changelog: [v0.6.3...v0.6.4](https://github.com/anthalehq/anthale-python/compare/v0.6.3...v0.6.4) diff --git a/pyproject.toml b/pyproject.toml index 7d731f0..dabb504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthale" -version = "0.6.4" +version = "0.6.5" description = "The official Python library for the anthale API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/anthale/_version.py b/src/anthale/_version.py index 92a340a..ee774b2 100644 --- a/src/anthale/_version.py +++ b/src/anthale/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "anthale" -__version__ = "0.6.4" # x-release-please-version +__version__ = "0.6.5" # x-release-please-version