diff --git a/Cargo.lock b/Cargo.lock index d16bb555..83948d73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "egglog_python" -version = "13.2.0" +version = "14.0.0" dependencies = [ "base64 0.23.1", "egglog", 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 6054c071..f409f967 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) + - Fix release version bumps to update `Cargo.lock` before building locked wheels. - Modernize dependencies and CI [#425](https://github.com/egraphs-good/egglog-python/pull/425).