From 0c784baa0649d5b75787451fdaaf4b42031de9fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:30:25 +0000 Subject: [PATCH] Version 13.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 e3741144..b1ea4574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog_python" -version = "13.0.1" +version = "13.1.0" edition = "2024" diff --git a/docs/changelog.md b/docs/changelog.md index f0f665e6..461f8eac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ _This project uses semantic versioning_ ## UNRELEASED +## 13.1.0 (2026-03-25) + - Improve high-level Python ergonomics and docs [#397](https://github.com/egraphs-good/egglog-python/pull/397) - Add `EGraph.freeze()`, returning a `FrozenEGraph` snapshot that can be pretty-printed back into replayable high-level Python actions for debugging and inspection. - Add a variadic `EGraph(*actions, seminaive=True, save_egglog_string=False)` constructor so actions can be registered at construction time, and export `ActionLike` from `egglog` for typing code that works with `EGraph.register(...)` and the constructor.