Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Forget <[email protected]>
  • Loading branch information
qgerome and yannforget authored Jul 29, 2024
1 parent dc7935e commit 6873358
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.71.6"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
maintainers = [{ name = "Bluesquare", email = "[email protected]" }]
Expand Down

0 comments on commit 6873358

Please sign in to comment.