diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5d206..bbb3c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.10.5] - 2024-07-25 + +- Fixed segfault during conversion of datetime64 array in numpy v2 + ## [0.10.4] - 2024-06-19 - Solve XIRR analytically for 2 amounts diff --git a/Cargo.lock b/Cargo.lock index e5bbd4f..7ce6bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "pyxirr" -version = "0.10.4" +version = "0.10.5" dependencies = [ "assert_approx_eq", "ndarray", diff --git a/Cargo.toml b/Cargo.toml index 2e43a12..5b9f809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyxirr" -version = "0.10.4" +version = "0.10.5" authors = ["Anexen"] edition = "2021" description = "Rust-powered collection of financial functions for Python."