From 135b4b2b48cd404f3c620b8855da6b84b775efd0 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Tue, 16 Jan 2024 16:49:20 -0500 Subject: [PATCH] 5.0.0 version bump --- Cargo.toml | 2 +- docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 885eb0d0..8631531e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egglog-python" -version = "4.0.1" +version = "5.0.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 de70319c..b2395fb5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ _This project uses semantic versioning_ ## UNRELEASED -## 5.0.0 (UNRELEASED) +## 5.0.0 (2024-01-16) - Move egglog `!=` function to be called with `ne(x).to(y)` instead of `x != y` so that user defined expressions can