From 6873358f58a7ab4a2daff700262878fff63d9a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Mon, 29 Jul 2024 18:59:37 +0200 Subject: [PATCH] chore(main): release 1.0.0 (#44) Co-authored-by: Yann Forget --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600a6c8..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.71.6" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0ddd7..0931904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.6...v1.0.0) (2024-07-26) + +### Features + +* **dhis2:** add caching for all GET requests ([#46](https://github.com/BLSQ/openhexa-toolbox/issues/46)) ([710fafb](https://github.com/BLSQ/openhexa-toolbox/commit/710fafb01a6adc641da40a83e2e8f294dd284607)) + + +### Bug Fixes + +* **IASOClient:** remove columns ([#43](https://github.com/BLSQ/openhexa-toolbox/issues/43)) ([8ce0a6d](https://github.com/BLSQ/openhexa-toolbox/commit/8ce0a6d4cd282c163f69cc08df0c3721c7b74eec)) + ## [0.2.7](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.6...0.2.7) (2024-07-19) diff --git a/pyproject.toml b/pyproject.toml index 67d93e5..cd62c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.2.7" +version = "1.0.0" description = "A set of tools to acquire & process data from various sources" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }] maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]