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