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)