From 950fb86fa92ccf4d9825c85d31847b99791f8fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:43:49 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- libudx/CHANGELOG.md | 6 ++++++ libudx/Cargo.toml | 2 +- peeroxide-cli/CHANGELOG.md | 6 ++++++ peeroxide-cli/Cargo.toml | 8 ++++---- peeroxide-dht/Cargo.toml | 4 ++-- peeroxide/Cargo.toml | 6 +++--- 7 files changed, 26 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a166645..5e5366a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "libudx" -version = "1.3.0" +version = "1.3.1" dependencies = [ "rand", "serde_json", @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "peeroxide" -version = "1.3.0" +version = "1.3.1" dependencies = [ "hex", "libudx", @@ -928,7 +928,7 @@ dependencies = [ [[package]] name = "peeroxide-cli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arc-swap", "assert_cmd", @@ -966,7 +966,7 @@ dependencies = [ [[package]] name = "peeroxide-dht" -version = "1.3.0" +version = "1.3.1" dependencies = [ "blake2", "chacha20", diff --git a/libudx/CHANGELOG.md b/libudx/CHANGELOG.md index 4aeb266..01881e2 100644 --- a/libudx/CHANGELOG.md +++ b/libudx/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1](https://github.com/Rightbracket/peeroxide/compare/libudx-v1.3.0...libudx-v1.3.1) - 2026-05-14 + +### Other + +- release ([#20](https://github.com/Rightbracket/peeroxide/pull/20)) + ## [1.3.0](https://github.com/Rightbracket/peeroxide/compare/libudx-v1.2.0...libudx-v1.3.0) - 2026-05-14 ### Other diff --git a/libudx/Cargo.toml b/libudx/Cargo.toml index 9f87753..f59f26a 100644 --- a/libudx/Cargo.toml +++ b/libudx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libudx" -version = "1.3.0" +version = "1.3.1" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/peeroxide-cli/CHANGELOG.md b/peeroxide-cli/CHANGELOG.md index 9013422..f259277 100644 --- a/peeroxide-cli/CHANGELOG.md +++ b/peeroxide-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/Rightbracket/peeroxide/compare/peeroxide-cli-v0.2.0...peeroxide-cli-v0.2.1) - 2026-05-14 + +### Other + +- CI release automation fix + ## [0.2.0] - 2026-05-13 ### Added diff --git a/peeroxide-cli/Cargo.toml b/peeroxide-cli/Cargo.toml index 390f6a9..38f64e5 100644 --- a/peeroxide-cli/Cargo.toml +++ b/peeroxide-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peeroxide-cli" -version = "0.2.0" +version = "0.2.1" edition.workspace = true license.workspace = true rust-version.workspace = true @@ -19,9 +19,9 @@ name = "peeroxide" path = "src/main.rs" [dependencies] -peeroxide = { path = "../peeroxide", version = "1.3.0" } -peeroxide-dht = { path = "../peeroxide-dht", version = "1.3.0" } -libudx = { path = "../libudx", version = "1.3.0" } +peeroxide = { path = "../peeroxide", version = "1.3.1" } +peeroxide-dht = { path = "../peeroxide-dht", version = "1.3.1" } +libudx = { path = "../libudx", version = "1.3.1" } clap = { version = "4", features = ["derive"] } clap_mangen = "0.2" tokio = { version = "1", features = ["full", "signal"] } diff --git a/peeroxide-dht/Cargo.toml b/peeroxide-dht/Cargo.toml index 82d5bd4..eead6fe 100644 --- a/peeroxide-dht/Cargo.toml +++ b/peeroxide-dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peeroxide-dht" -version = "1.3.0" +version = "1.3.1" edition.workspace = true license.workspace = true rust-version.workspace = true @@ -15,7 +15,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -libudx = { path = "../libudx", version = "1.3.0" } +libudx = { path = "../libudx", version = "1.3.1" } tokio = { workspace = true } tracing = { workspace = true } thiserror = { workspace = true } diff --git a/peeroxide/Cargo.toml b/peeroxide/Cargo.toml index d212951..4e0c628 100644 --- a/peeroxide/Cargo.toml +++ b/peeroxide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peeroxide" -version = "1.3.0" +version = "1.3.1" edition.workspace = true license.workspace = true rust-version.workspace = true @@ -15,8 +15,8 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -peeroxide-dht = { path = "../peeroxide-dht", version = "1.3.0" } -libudx = { path = "../libudx", version = "1.3.0" } +peeroxide-dht = { path = "../peeroxide-dht", version = "1.3.1" } +libudx = { path = "../libudx", version = "1.3.1" } tokio = { workspace = true } tracing = { workspace = true } thiserror = { workspace = true }