diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d63f57..87f7972 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ -{ - ".": "0.4.10" +{ + ".": "0.4.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a2efd..921291f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,25 @@ 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.4.11 (2025-01-17) + + + +## What's Changed +### Other Changes +* Feature request: Add option to read configuration from stdin by @mpartio in https://github.com/ecmwf/anemoi-utils/pull/59 +* feat(plots): Add quick map plot for debugging by @b8raoult in https://github.com/ecmwf/anemoi-utils/pull/69 +* feat: added-anemoi-utils-grids-and-tests by @floriankrb in https://github.com/ecmwf/anemoi-utils/pull/74 +* feat(plot): added plotting options by @NRaoult in https://github.com/ecmwf/anemoi-utils/pull/72 +* ci(release): Simplify Release Workflow to Minimum by @JesperDramsch in https://github.com/ecmwf/anemoi-utils/pull/78 +* feat: adding-tools-for-grids by @floriankrb in https://github.com/ecmwf/anemoi-utils/pull/76 + +## New Contributors +* @mpartio made their first contribution in https://github.com/ecmwf/anemoi-utils/pull/59 +* @NRaoult made their first contribution in https://github.com/ecmwf/anemoi-utils/pull/72 + +**Full Changelog**: https://github.com/ecmwf/anemoi-utils/compare/0.4.10...0.4.11 + ## [0.4.5](https://github.com/ecmwf/anemoi-utils/compare/0.4.4...0.4.5) - 2024-11-06 ### What's Changed