From 931e311b06ec0f05acdabbde1e8c6ec8e7f7867d Mon Sep 17 00:00:00 2001 From: Anexen Date: Sun, 4 Feb 2024 23:24:06 +0100 Subject: [PATCH] bump version to 0.10.3 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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."