diff --git a/Cargo.lock b/Cargo.lock index 26a83045..c88f3f3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "egglog-python" -version = "6.0.0" +version = "6.0.1" dependencies = [ "egglog", "egraph-serialize", diff --git a/Cargo.toml b/Cargo.toml index 0dd0ff43..d6460d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog-python" -version = "6.0.0" +version = "6.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docs/changelog.md b/docs/changelog.md index 215a7c84..78d1893d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,9 @@ _This project uses semantic versioning_ -## Unreleased +## UNRELEASED + +## 6.0.1 (2024-02-28) - Upgrade dependencies, including [egglog](https://github.com/egraphs-good/egglog/compare/ceed816e9369570ffed9feeba157b19471dda70d...4cc011f6b48029dd72104a38a2ca0c7657846e0b) - Fix bug where saturate wasn't properly getting translated.