Bump version
This commit is contained in:
parent
7d836f07c6
commit
1f16e10b91
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# 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`
|
- Fix negative unary `-` always having higher precedence than `^`. This resulted in `-3^2` returning `9` instead of `-9`
|
||||||
|
|
||||||
## 1.9.2 - 2023 Jul 11
|
## 1.9.2 - 2023 Jul 11
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -25,7 +25,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.9.2"
|
version = "1.9.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decimal",
|
"decimal",
|
||||||
"regex",
|
"regex",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "1.9.2"
|
version = "1.9.3"
|
||||||
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user