From a9a366f2ade661710ec3c19a53be62a143548d1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:47:38 +0000 Subject: [PATCH] Version 11.1.0 --- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77d81142..926828a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog_python" -version = "11.0.0" +version = "11.1.0" edition = "2024" diff --git a/docs/changelog.md b/docs/changelog.md index 440646ec..cbccdfce 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ _This project uses semantic versioning_ ## UNRELEASED +## 11.1.0 (2025-08-21) + - Allow changing number of threads with env variable [#330](https://github.com/egraphs-good/egglog-python/pull/330) ## 11.0.0 (2025-08-08) - Change conversion between binary operators to consider converting both types [#320](https://github.com/egraphs-good/egglog-python/pull/320)