From 47577a0ca89e4ddc77959c1846f815ff5fd82c6c Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 20 Sep 2023 15:56:03 -0400 Subject: [PATCH 1/2] Bump Version 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0b04622..28f0cf09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,7 @@ dependencies = [ [[package]] name = "egglog-python" -version = "0.5.1" +version = "0.6.0" dependencies = [ "egglog", "lalrpop-util 0.19.12", diff --git a/Cargo.toml b/Cargo.toml index 8d928a56..a10585e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog-python" -version = "0.5.1" +version = "0.6.0" 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 6df7aa9d..ca99dc78 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,8 @@ _This project uses semantic versioning. Before 1.0.0, this means that every brea ## Unreleased +## 0.6.0 (2023-09-20) + - Bump [egglog dep](https://github.com/egraphs-good/egglog/compare/c83fc750878755eb610a314da90f9273b3bfe25d...4d67f262a6f27aa5cfb62a2cfc7df968959105df) ### Breaking Changes From a973bbd5b24b8801e669ad24ab183259e4279e10 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Fri, 29 Sep 2023 08:03:21 -0400 Subject: [PATCH 2/2] Try bumping rtd rust version so it has cargo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5dd4a909..fd1b9cc3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: "3.10" # You can also specify other tool versions: # nodejs: "16" - rust: "1.64" + rust: "1.70" # golang: "1.17" apt_packages: - graphviz