diff --git a/CHANGELOG.md b/CHANGELOG.md index 379773b..fb9ce2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ This file contains the changes to the crate since version 0.1.1. -## Unreleased +## 1.0.1 -- Shrunk the license section of the readme. +- Documentation improvements. ## 1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 6d56df0..d2bcd7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "lambert_w" -version = "1.0.0" +version = "1.0.1" dependencies = [ "approx", "criterion", diff --git a/Cargo.toml b/Cargo.toml index a616846..9318cc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambert_w" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["Johanna Sörngård "] categories = ["mathematics", "no-std::no-alloc"]