From 86b1c59bfdf1952de25935bc103d9e91fadc078a Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 11 Jul 2024 09:35:54 +0200 Subject: [PATCH] Bump version; update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ version.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a4c82a47..a9f1cde585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ See also our [versioning policy](https://amici.readthedocs.io/en/latest/versioni ## v0.X Series +### v0.26.1 (2024-07-11) + +**Fixes** + +* Fixed some C++ exception handling that previously could crash Python under + certain conditions + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2484 + +* Disabled turning warnings into errors when building amici on GitHub Actions + in downstream projects + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2481 + +* Fixed CMP0167 warning with CMake 3.30 + + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2480 + + +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.26.0...v0.26.1 + ### v0.26.0 (2024-07-02) AMICI v0.26.0 requires sympy>=1.12.1 and petab>=0.4.0. diff --git a/version.txt b/version.txt index 4e8f395fa5..30f6cf8d98 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.26.0 +0.26.1