diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cd378..0e722b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.2] - 2025-12-04 +### Fixed +- Also updated `num-dual` dependency to 0.13 to fix incorrect dependency resolution for downstream crates. [#95](https://github.com/itt-ustutt/quantity/pull/95) + ## [0.12.1] - 2025-12-04 ### Fixed - Updated `ndarray` dependency to 0.17 to fix incorrect dependency resolution. [#94](https://github.com/itt-ustutt/quantity/pull/94) diff --git a/Cargo.toml b/Cargo.toml index ece8eba..22b1125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quantity" -version = "0.12.1" +version = "0.12.2" authors = [ "Philipp Rehner ", "Gernot Bauer ", @@ -34,7 +34,7 @@ nalgebra = { version = "0.34", optional = true } approx = { version = "0.5", optional = true } pyo3 = { version = "0.27", optional = true } numpy = { version = "0.27", optional = true } -num-dual = { version = "0.12", optional = true } +num-dual = { version = "0.13", optional = true } [features] default = []