From dcb958465644f20fff99c6efbdb06d45ba89057b Mon Sep 17 00:00:00 2001 From: DeployDuck <150700357+DeployDuck@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:34:15 +0000 Subject: [PATCH] chore(main): Preparing Next Release for 0.5.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e57c00d8..14f6e721 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.16" + ".": "0.5.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a90e9461..532f9a47 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.5.17 (2025-02-10) + + + +## What's Changed +### Other Changes 🔗 +* feat: support sub-hourly steps by @b8raoult in https://github.com/ecmwf/anemoi-datasets/pull/188 +* chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in https://github.com/ecmwf/anemoi-datasets/pull/196 +* chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in https://github.com/ecmwf/anemoi-datasets/pull/198 +* feat: update test breaking due to noaa external data change by @floriankrb in https://github.com/ecmwf/anemoi-datasets/pull/204 + + +**Full Changelog**: https://github.com/ecmwf/anemoi-datasets/compare/0.5.16...0.5.17 + ## 0.5.16 (2025-02-04)