diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d389d95..0143a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/datons/python-datons/compare/datons-v0.4.0...datons-v0.5.0) (2026-04-06) + + +### Features + +* parse structured 429 responses for descriptive rate limit errors ([dd16711](https://github.com/datons/python-datons/commit/dd167115ae0df59d802ea14be9827b4ec7050ef3)) + ## [0.4.0](https://github.com/datons/python-datons/compare/datons-v0.3.0...datons-v0.4.0) (2026-03-13) diff --git a/pyproject.toml b/pyproject.toml index 99cca1b..6108553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "datons" -version = "0.4.0" +version = "0.5.0" description = "Python client for Datons data APIs" readme = "README.md" license = "MIT"