From 797246d9a07f5f1ab49d7b40a43d2509f54d1288 Mon Sep 17 00:00:00 2001 From: DeployDuck <150700357+DeployDuck@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:17:19 +0000 Subject: [PATCH] chore(main): Preparing Next Release for 0.1.2 (#34) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a07..352ec4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ced8e60..9d8f887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ 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.2 (2025-02-04) + + + +## What's Changed +### Other Changes 🔗 +* chore: synced file(s) with ecmwf-actions/reusable-workflows by @DeployDuck in https://github.com/ecmwf/anemoi-transform/pull/30 + +## New Contributors +* @DeployDuck made their first contribution in https://github.com/ecmwf/anemoi-transform/pull/30 + +**Full Changelog**: https://github.com/ecmwf/anemoi-transform/compare/0.1.1...0.1.2 + ## [Unreleased](https://github.com/ecmwf/anemoi-utils/transform/0.0.5...HEAD/compare/0.1.0...HEAD) ### Added