diff --git a/Cargo.toml b/Cargo.toml index aa8faa5c..348c7071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog_python" -version = "13.2.0" +version = "14.0.0" edition = "2024" diff --git a/docs/changelog.md b/docs/changelog.md index 6d741ce0..1ab4342e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ _This project uses semantic versioning_ ## UNRELEASED +## 14.0.0 (2026-09-20) + - Modernize dependencies and CI [#425](https://github.com/egraphs-good/egglog-python/pull/425). - BREAKING: Drop Python 3.11 support; supported CPython versions are now 3.12-3.14. - Add beta support for free-threaded CPython 3.14t; see