Bump version

This commit is contained in:
Kasper 2023-09-20 06:16:22 +02:00
parent 7d836f07c6
commit 1f16e10b91
No known key found for this signature in database
GPG Key ID: 3E47D7CD99820B85
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Next
## 1.9.3 - 2023 sep 20
- Fix negative unary `-` always having higher precedence than `^`. This resulted in `-3^2` returning `9` instead of `-9`
## 1.9.2 - 2023 Jul 11

2
Cargo.lock generated
View File

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

View File

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