Bump version

This commit is contained in:
Kasper 2023-03-30 01:10:56 +02:00
parent 2ccf25affc
commit e4ccc60a1a
No known key found for this signature in database
GPG Key ID: 356D5C59EDCEC2D1
3 changed files with 4 additions and 3 deletions

View File

@ -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
View File

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

View File

@ -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"