From 84d30574e487a8f10155094c1f58dcc4435649f4 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Thu, 14 Nov 2024 17:41:17 +0100 Subject: [PATCH] Release v0.10.3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af3397..062139e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3] - 2024-11-14 +## Added +- Added nalgebra compatibility for `Dual2` and `Dual2Vec`. [#81](https://github.com/itt-ustutt/num-dual/pull/81) +- Added `atan2` to the `DualNum` trait. [#85](https://github.com/itt-ustutt/num-dual/pull/85) + ## [0.10.2] - 2024-11-06 ## Changed - Exposed macros for the implementation of the `DualNum` trait publicly. [#83](https://github.com/itt-ustutt/num-dual/pull/83) diff --git a/Cargo.toml b/Cargo.toml index e70442f..dd969d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-dual" -version = "0.10.2" +version = "0.10.3" authors = [ "Gernot Bauer ", "Philipp Rehner ",