Skip to content

Commit e2c4fd6

Browse files
Merge pull request #287 from egraphs-good/version-10.0.1
Version 10.0.1
2 parents 7bbb143 + 2a0018f commit e2c4fd6

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.0"
3+
version = "10.0.1"
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.1 (2025-04-06)
8+
79
- Fix bug on resolving types if not all imported to your module [#286](https://github.com/egraphs-good/egglog-python/pull/286)
810
- Also stops special casing including `Callable` as a global. So if you previously included this in a `TYPE_CHECKING` block so it wasn
911
available at runtime you will have to move this to a runtime import if used in a type alias.

0 commit comments

Comments
 (0)