Bump version
This commit is contained in:
parent
2ccf25affc
commit
e4ccc60a1a
@ -1,7 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## Next
|
||||
## 1.9.1 - 2023 Mar 30
|
||||
- Improve formatting of numbers
|
||||
- Remove unnecessary dependencies (@jqnatividad)
|
||||
|
||||
## 1.9.0 - 2022 Dec 30
|
||||
- Add `marathon` unit
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -25,7 +25,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "1.9.0"
|
||||
version = "1.9.1"
|
||||
dependencies = [
|
||||
"decimal",
|
||||
"regex",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cpc"
|
||||
version = "1.9.0"
|
||||
version = "1.9.1"
|
||||
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