From e69b1f10481199974b4183a6663f120bd69bf7d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:27:32 +0000 Subject: [PATCH] chore(develop): release 0.4.11 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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..c5347bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ 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 (2024-12-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 +* ci: Integrate Release-please action and config by @JesperDramsch in https://github.com/ecmwf/anemoi-utils/pull/67 + +## New Contributors +* @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.10...v0.4.11 + ## [0.4.5](https://github.com/ecmwf/anemoi-utils/compare/0.4.4...0.4.5) - 2024-11-06 ### What's Changed