From 446130cfb7a4d0caf8968356ba9f20e34e137295 Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Tue, 6 Jan 2026 12:30:46 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeeb2a1..8847b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.0.11 + +## Fixes +- Fixes comparison issue of padded numbers by skipping expression conversion and normalization in special cases + ## 1.0.10 ## Fixes diff --git a/Cargo.toml b/Cargo.toml index 0c4d0b6..fc7ecfb 100644 --- a/Cargo.toml +++ b/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ž diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index c88b34a..45e1a60 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superscript" -version = "1.0.10" +version = "1.0.11" edition = "2021" publish = false