From 380e5cbcb452bfab730699003f49908d862e5483 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Mon, 15 Sep 2025 10:33:43 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ed71e..c7a7a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/). +## 0.4.2 (2025-09-15) + +New contributors: + - [@tdickinson29](https://github.com/tdickinson29) + +Fixed: + - When validating input with a source dataset, use the passed `time_dim` argument ([#62](https://github.com/xarray-contrib/xarray-regrid/pull/62)). + ## 0.4.1 (2025-04-08) Fixed: From 500be6c2d379b92b19cc26f20dc16d8353173903 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Mon, 15 Sep 2025 10:35:11 +0200 Subject: [PATCH 2/2] Bump version number --- src/xarray_regrid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xarray_regrid/__init__.py b/src/xarray_regrid/__init__.py index 7b565fc..0dcaaec 100644 --- a/src/xarray_regrid/__init__.py +++ b/src/xarray_regrid/__init__.py @@ -9,4 +9,4 @@ "methods", ] -__version__ = "0.4.1" +__version__ = "0.4.2"