Skip to content

Commit f5a0db9

Browse files
Merge pull request #321 from egraphs-good/version-11.0.0
Version 11.0.0
2 parents bbb4df8 + 1d902d7 commit f5a0db9

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 = "10.0.2"
3+
version = "11.0.0"
44
edition = "2024"
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+
## 11.0.0 (2025-08-08)
8+
79
- Change conversion between binary operators to consider converting both types [#320](https://github.com/egraphs-good/egglog-python/pull/320)
810
- Add ability to parse egglog expressions into Python values [#319](https://github.com/egraphs-good/egglog-python/pull/319)
911
- Deprecates `.eval()` method on primitives in favor of `.value` which can be used with pattern matching.

0 commit comments

Comments
 (0)