From 895d43ca8441eb76dcb734272db54568da9ef3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <771332+vlaci@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:20:38 +0100 Subject: [PATCH] Preparing for 0.2.5 release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- changelog.d/61.changed.md | 1 - 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/61.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f332f..ff59b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ This project uses [_towncrier_](https://towncrier.readthedocs.io/) and the chang +## [0.2.5](https://github.com/vlaci/lzallright/tree/v0.2.5) - 2024-11-18 + + +### Changed + +- Updated PyO3 to 0.23 [#61](https://github.com/vlaci/lzallright/issues/61) + ## [0.2.4](https://github.com/vlaci/lzallright/tree/v0.2.4) - 2023-12-15 diff --git a/Cargo.lock b/Cargo.lock index b9154e5..dd01d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lzallright" -version = "0.2.4" +version = "0.2.5" dependencies = [ "criterion", "cxx", @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "lzokay-sys" -version = "0.2.4" +version = "0.2.5" dependencies = [ "cxx", "cxx-build", diff --git a/Cargo.toml b/Cargo.toml index b977c24..ee35cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ resolver = "2" members = [".", "lzokay-sys"] [workspace.package] -version = "0.2.4" +version = "0.2.5" authors = ["László Vaskó <1771332+vlaci@users.noreply.github.com>"] license = "MIT" edition = "2021" diff --git a/changelog.d/61.changed.md b/changelog.d/61.changed.md deleted file mode 100644 index 18bde02..0000000 --- a/changelog.d/61.changed.md +++ /dev/null @@ -1 +0,0 @@ -Updated PyO3 to 0.23