From 475a8aa69f8d1a118d4115c3cab38114587ff296 Mon Sep 17 00:00:00 2001 From: Anexen Date: Fri, 8 Dec 2023 00:10:27 +0100 Subject: [PATCH] bump version to 0.10.1 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab76b2b..dbe7e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.10.1] - 2023-12-08 + +- XIRR improvements ([#49](https://github.com/Anexen/pyxirr/pull/49)) +- Handle NAN in utility functions for multi-root analysis + ## [0.10.0] - 2023-12-03 - Private Equity functions ([#42](https://github.com/Anexen/pyxirr/issues/42)) diff --git a/Cargo.lock b/Cargo.lock index be609e1..77b2ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "pyxirr" -version = "0.10.0" +version = "0.10.1" dependencies = [ "assert_approx_eq", "ndarray", diff --git a/Cargo.toml b/Cargo.toml index 6ac7003..d9c9039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyxirr" -version = "0.10.0" +version = "0.10.1" authors = ["Anexen"] edition = "2021" description = "Rust-powered collection of financial functions for Python."