Bump version

This commit is contained in:
Kasper 2023-07-11 00:30:14 +02:00
parent 2626ea5c56
commit 55b7ad096d
No known key found for this signature in database
GPG Key ID: 3E47D7CD99820B85
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## 1.9.2 - 2023 Jul 11
- Fix automatic light year unit not chosen for large distances
## 1.9.1 - 2023 Mar 30 ## 1.9.1 - 2023 Mar 30
- Improve formatting of numbers - Improve formatting of numbers
- Remove unnecessary dependencies (@jqnatividad) - Remove unnecessary dependencies (@jqnatividad)

2
Cargo.lock generated
View File

@ -25,7 +25,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]] [[package]]
name = "cpc" name = "cpc"
version = "1.9.1" version = "1.9.2"
dependencies = [ dependencies = [
"decimal", "decimal",
"regex", "regex",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cpc" name = "cpc"
version = "1.9.1" version = "1.9.2"
description = "evaluates math expressions, with support for units and conversion between units" description = "evaluates math expressions, with support for units and conversion between units"
authors = ["Kasper Henningsen"] authors = ["Kasper Henningsen"]
edition = "2021" edition = "2021"