Skip to content

Commit 1f16e10

Browse files
Bump version
1 parent 7d836f0 commit 1f16e10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next
3+
## 1.9.3 - 2023 sep 20
44
- Fix negative unary `-` always having higher precedence than `^`. This resulted in `-3^2` returning `9` instead of `-9`
55

66
## 1.9.2 - 2023 Jul 11

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpc"
3-
version = "1.9.2"
3+
version = "1.9.3"
44
description = "evaluates math expressions, with support for units and conversion between units"
55
authors = ["Kasper Henningsen"]
66
edition = "2021"

0 commit comments

Comments
 (0)