From 488e0b95f248bb8f4a0fc4f5215be255b5eb7d7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 17:59:53 +0000 Subject: [PATCH] Version 14.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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).