We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65ace1e + 9828f32 commit 518ae60Copy full SHA for 518ae60
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "egglog_python"
3
-version = "10.0.1"
+version = "10.0.2"
4
edition = "2021"
5
6
docs/changelog.md
@@ -4,6 +4,8 @@ _This project uses semantic versioning_
## UNRELEASED
7
+## 10.0.2 (2025-06-22)
8
+
9
- Fix using `f64Like` when not importing star (also properly includes removal of `Callable` special case from previous release).
10
- Fix Python 3.10 compatibility
11
0 commit comments