diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e13f7..246316e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.9.2 - 2023 Jul 11 +- Fix automatic light year unit not chosen for large distances + ## 1.9.1 - 2023 Mar 30 - Improve formatting of numbers - Remove unnecessary dependencies (@jqnatividad) diff --git a/Cargo.lock b/Cargo.lock index 7c6577a..1154f60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" [[package]] name = "cpc" -version = "1.9.1" +version = "1.9.2" dependencies = [ "decimal", "regex", diff --git a/Cargo.toml b/Cargo.toml index 6c464c6..a21a951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "1.9.1" +version = "1.9.2" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2021"