From b976e0814d4dc14b7fa8cf9bfd467c0d728ebe2c Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Tue, 6 Jan 2026 17:37:50 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- wasm/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8847b52..ae0e311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.0.12 + +- Bump version + ## 1.0.11 ## Fixes diff --git a/Cargo.toml b/Cargo.toml index fc7ecfb..d61cdfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cel-eval" -version = "1.0.11" +version = "1.0.12" 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 45e1a60..ed672a2 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superscript" -version = "1.0.11" +version = "1.0.12" edition = "2021" publish = false