Skip to content

Commit 446130c

Browse files
committed
Bump version
1 parent 581c2e0 commit 446130c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.0.11
4+
5+
## Fixes
6+
- Fixes comparison issue of padded numbers by skipping expression conversion and normalization in special cases
7+
38
## 1.0.10
49

510
## Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cel-eval"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superscript"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)