diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69a88e3..c57b755 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a2efd..6fbd8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please add your functional changes to the appropriate section in the PR. Keep it human-readable, your future self will thank you! +## 0.1.0 (2024-12-17) + + + +## What's Changed +### Other Changes +* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/ecmwf/anemoi-utils/pull/62 +* merge main back into develop by @floriankrb in https://github.com/ecmwf/anemoi-utils/pull/63 +* Add requests command for json to mars format by @gmertes in https://github.com/ecmwf/anemoi-utils/pull/66 +* Support from different logging message per threads/processes by @b8raoult in https://github.com/ecmwf/anemoi-utils/pull/65 +* feat: add omegaconf dict and list as input to DotDict by @JPXKQX in https://github.com/ecmwf/anemoi-utils/pull/61 +* Feature request: Add option to read configuration from stdin by @mpartio in https://github.com/ecmwf/anemoi-utils/pull/59 +* ci: Integrate Release-please action and config by @JesperDramsch in https://github.com/ecmwf/anemoi-utils/pull/67 + +## New Contributors +* @JPXKQX made their first contribution in https://github.com/ecmwf/anemoi-utils/pull/61 +* @mpartio made their first contribution in https://github.com/ecmwf/anemoi-utils/pull/59 + +**Full Changelog**: https://github.com/ecmwf/anemoi-utils/compare/0.4.9...anemoi-utils-v0.1.0 + ## [0.4.5](https://github.com/ecmwf/anemoi-utils/compare/0.4.4...0.4.5) - 2024-11-06 ### What's Changed