diff --git a/CHANGELOG.md b/CHANGELOG.md index 6566de0..aa3d819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## not released +## [0.10.3] - 2024-02-04 - XIRR Performance improvements +- Fixed building from source distribution +- Build wheels for Pyodide (WASM wheels) ## [0.10.2] - 2024-01-27 diff --git a/Cargo.lock b/Cargo.lock index e848a18..b273f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "pyxirr" -version = "0.10.2" +version = "0.10.3" dependencies = [ "assert_approx_eq", "ndarray", diff --git a/Cargo.toml b/Cargo.toml index 8fea2c7..49c4832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyxirr" -version = "0.10.2" +version = "0.10.3" authors = ["Anexen"] edition = "2021" description = "Rust-powered collection of financial functions for Python."