Bump version
This commit is contained in:
parent
2626ea5c56
commit
55b7ad096d
@ -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)
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -25,7 +25,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "1.9.1"
|
||||
version = "1.9.2"
|
||||
dependencies = [
|
||||
"decimal",
|
||||
"regex",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user