Skip to content

Commit

Permalink
Merge pull request #141 from egraphs-good/version-7.0.0
Browse files Browse the repository at this point in the history
Version 7.0.0
  • Loading branch information
saulshanabrook authored Apr 27, 2024
2 parents ce4351d + 57e18cf commit 3a9c6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a9c6b0

Please sign in to comment.