Skip to content

Commit 2a0018f

Browse files
Version 10.0.1
1 parent 7bbb143 commit 2a0018f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
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

+2
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)