Skip to content

Commit ac78593

Browse files
Merge pull request #284 from egraphs-good/version-10.0.0
Version 10.0.0
2 parents c312526 + 6849fca commit ac78593

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egglog_python"
3-
version = "9.0.1"
3+
version = "10.0.0"
44
edition = "2021"
55

66

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ _This project uses semantic versioning_
44

55
## UNRELEASED
66

7+
## 10.0.0 (2025-03-28)
8+
79
- Change builtins to not evaluate values in egraph and changes facts to compare structural equality instead of using an egraph when converting to a boolean, removing magic context (`EGraph.current` and `Schedule.current`) that was added in release 9.0.0.
810
- Fix bug that improperly upcasted values for ==
911

0 commit comments

Comments
 (0)