From c6e7612ba40606eb1c1cfa7b6572a5a4a725115e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Thu, 28 Nov 2024 14:13:15 +0100 Subject: [PATCH] Add changelog for 1.13.1 (#772) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551fd40e..80fc25a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Version 1.13.1 +============== + +Date: November 28, 2024 + +This release contains a bug fix for unwrapping longitudes and compatibility updates. Many thanks to @ahuang11, @philippjfr, and @hoxbro for their ongoing contributions. + +Bug fixes: + +- Fix issues with unwrapping longitudes in RangeXY stream ([#756](https://github.com/holoviz/geoviews/pull/756)) + +Compatibility: + +- rasterio 1.4.2 ([#763](https://github.com/holoviz/geoviews/pull/763)) +- Change ObjectSelector to Selector for Param ([#768](https://github.com/holoviz/geoviews/pull/768)) + Version 1.13.0 ==============