diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20028a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.2.0](https://github.com/datons/python-datons/compare/datons-v0.1.0...datons-v0.2.0) (2026-03-13) + + +### Features + +* add Release Please workflow for automated PyPI publishing ([ed43f8a](https://github.com/datons/python-datons/commit/ed43f8a216ebff5eb743cec71cd81d99f3ace3b4)) +* Initial release — Datons Python client ([8d3b15f](https://github.com/datons/python-datons/commit/8d3b15fe5a3ac623b4da8f2a083ed2e6b56d86f9)) diff --git a/pyproject.toml b/pyproject.toml index dc0476c..64b14fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "datons" -version = "0.1.0" +version = "0.2.0" description = "Python client for Datons data APIs" readme = "README.md" license = "MIT"