From d16afc7d8d9e2eddb81664673e9a4ef82da2e303 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Mon, 4 Dec 2023 17:22:56 +0200 Subject: [PATCH] Bump version to 0.8.5-rc.2 Signed-off-by: Manos Pitsidianakis --- Cargo.lock | 2 +- debian/changelog | 4 ++++ meli/Cargo.toml | 2 +- melib/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b58d2654..ba0c5f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "melib" -version = "0.8.5-rc.1" +version = "0.8.5-rc.2" dependencies = [ "async-stream", "base64 0.13.1", diff --git a/debian/changelog b/debian/changelog index 93041783..24fb5db2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +meli (0.8.5-rc.2-1) bookworm; urgency=low + + -- Manos Pitsidianakis Mon, 4 Dec 2023 19:34:00 +0200 + meli (0.8.4-1) bookworm; urgency=low -- Manos Pitsidianakis Mon, 27 Nov 2023 19:34:00 +0200 diff --git a/meli/Cargo.toml b/meli/Cargo.toml index d1d6def9..dfb033eb 100644 --- a/meli/Cargo.toml +++ b/meli/Cargo.toml @@ -31,7 +31,7 @@ indexmap = { version = "^1.6", features = ["serde-1"] } libc = { version = "0.2.125", default-features = false, features = ["extra_traits"] } libz-sys = { version = "1.1", features = ["static"], optional = true } linkify = { version = "^0.8", default-features = false } -melib = { path = "../melib", version = "0.8.5-rc.1" } +melib = { path = "../melib", version = "0.8.5-rc.2" } nix = { version = "^0.24", default-features = false } notify = { version = "4.0.1", default-features = false } # >:c num_cpus = "1.12.0" diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 780ec614..db253733 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "melib" -version = "0.8.5-rc.1" +version = "0.8.5-rc.2" authors = ["Manos Pitsidianakis "] edition = "2021" build = "build.rs"