We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581c2e0 commit 446130cCopy full SHA for 446130c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.0.11
4
+
5
+## Fixes
6
+- Fixes comparison issue of padded numbers by skipping expression conversion and normalization in special cases
7
8
## 1.0.10
9
10
## Fixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cel-eval"
-version = "1.0.10"
+version = "1.0.11"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž
wasm/Cargo.toml
name = "superscript"
publish = false
0 commit comments