From be02350e3c437be0c514976ad449cfe066915b43 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Wed, 3 Jul 2024 08:02:23 +0200 Subject: [PATCH] Update CHANGELOG.md (#526) * Update CHANGELOG.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f46bada..ffd959aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -## [unreleased] +## v0.17.1 ### Fixes - Compatibility with numpy 2.0 ([#525](https://github.com/scverse/scirpy/pull/525)) +### Chore + +- scverse template update to v0.4 ([#519](https://github.com/scverse/scirpy/pull/519)) + ## v0.17.0 ### Additions