From 57e18cfacb8d59d8c7361cec2db1b383b86bbf12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:51:53 +0000 Subject: [PATCH] Version 7.0.0 --- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47e3d91d..39d76297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog-python" -version = "6.1.0" +version = "7.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docs/changelog.md b/docs/changelog.md index 8a487ffd..2f01bd46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ _This project uses semantic versioning_ ## UNRELEASED +## 7.0.0 (2024-04-27) + - Defers adding rules in functions until they are used, so that you can use types that are not present yet. - Removes ability to set custom default ruleset for egraph. Either just use the empty default ruleset or explicitly set it for every run - Automatically mark Python builtin operators as preserved if they must return a real Python value