diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20028a0..47a6fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/datons/python-datons/compare/datons-v0.2.0...datons-v0.3.0) (2026-03-13) + + +### Features + +* rename esios_data module to esios for cleaner API ([dfe56d7](https://github.com/datons/python-datons/commit/dfe56d7aa3eb8cb59c5d4892317bcb77f49939d1)) + ## [0.2.0](https://github.com/datons/python-datons/compare/datons-v0.1.0...datons-v0.2.0) (2026-03-13) diff --git a/pyproject.toml b/pyproject.toml index 64b14fe..fa8f6b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "datons" -version = "0.2.0" +version = "0.3.0" description = "Python client for Datons data APIs" readme = "README.md" license = "MIT"