diff --git a/CHANGELOG.md b/CHANGELOG.md index eb562da..9306abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ This file contains the changes to the crate since version 0.1.1. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.10 + +Very minor changes. + +- Moved unit tests to their own module. +- Made minor changes to the code of the plot example to show the + function clearer in the final image. +- Note adherence to semver in this log. + ## 1.0.9 - Switched the way the crate depends on the standard library such that the diff --git a/Cargo.lock b/Cargo.lock index a9275b4..8538690 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "lambert_w" -version = "1.0.9" +version = "1.0.10" dependencies = [ "approx", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 6546484..77518e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambert_w" -version = "1.0.9" +version = "1.0.10" edition = "2021" authors = ["Johanna Sörngård "] categories = ["mathematics", "no-std", "no-std::no-alloc"]