From 37148c826873ec27d2545b1c2fd07bcbf7e479a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:56:17 +0000 Subject: [PATCH] chore(main): release 2.5.3 --- docs/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 70f816d3..4fad707e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.5.3](https://github.com/johentsch/ms3/compare/v2.5.2...v2.5.3) (2024-09-26) + + +### Bug Fixes + +* pins numpy<2.0.0 ([b75e671](https://github.com/johentsch/ms3/commit/b75e67104d1ac0e0d8118b04696cf92acc96593d)) +* replaces webcolors constant with the local one introduced in b680f452 ([06dad93](https://github.com/johentsch/ms3/commit/06dad933ceaba08aa49c5181b1024103c4749a3c)) +* update syntax of inplace operations ([b34a323](https://github.com/johentsch/ms3/commit/b34a323b63d8432850d67122200c7814aeb19a01)) + ## [2.5.2](https://github.com/johentsch/ms3/compare/v2.5.1...v2.5.2) (2024-08-06)