From 1e3e3e22f63533ef8c89b2c874450f18f2ed8a37 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 8 Jan 2025 19:44:08 +0100 Subject: [PATCH] v0.10.3 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11484c6..eb30b69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.3 (Janbuary 2025) + +- Document Scaler attributes ([#418](https://github.com/ome/ome-zarr-py/pull/418)) +- Fix dimension separator when downloading files ([#419](https://github.com/ome/ome-zarr-py/pull/419)) +- Exclude bad version of fsspec in deps ([#420](https://github.com/ome/ome-zarr-py/pull/420)) + # 0.10.2 (November 2024) - Drop support for Python 3.8.