Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions libudx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.3](https://github.com/Rightbracket/peeroxide/compare/libudx-v1.7.2...libudx-v1.7.3) - 2026-07-12

### Other

- full documentation audit (rustdoc + mdBook) ([#28](https://github.com/Rightbracket/peeroxide/pull/28))

## [1.7.2](https://github.com/Rightbracket/peeroxide/compare/libudx-v1.3.1...libudx-v1.7.2) - 2026-07-12

### Other
Expand Down
2 changes: 1 addition & 1 deletion libudx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libudx"
version = "1.7.2"
version = "1.7.3"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions peeroxide-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/Rightbracket/peeroxide/compare/peeroxide-cli-v0.3.0...peeroxide-cli-v0.3.1) - 2026-07-12

### Other

- full documentation audit (rustdoc + mdBook) ([#28](https://github.com/Rightbracket/peeroxide/pull/28))

### Fixed

- `--idle-session-timeout`/`--relay-idle-session-timeout` help text incorrectly claimed idle-session sweeping was "not yet enforced" β€” stale since idle-session-timeout enforcement shipped in `peeroxide-dht` 1.7.0. Corrected the help text to describe actual current behavior.
Expand Down
8 changes: 4 additions & 4 deletions peeroxide-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peeroxide-cli"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -19,9 +19,9 @@ name = "peeroxide"
path = "src/main.rs"

[dependencies]
peeroxide = { path = "../peeroxide", version = "1.7.2" }
peeroxide-dht = { path = "../peeroxide-dht", version = "1.7.2" }
libudx = { path = "../libudx", version = "1.7.2" }
peeroxide = { path = "../peeroxide", version = "1.7.3" }
peeroxide-dht = { path = "../peeroxide-dht", version = "1.7.3" }
libudx = { path = "../libudx", version = "1.7.3" }
clap = { version = "4", features = ["derive"] }
clap_mangen = "0.2"
tokio = { version = "1", features = ["full", "signal"] }
Expand Down
6 changes: 6 additions & 0 deletions peeroxide-dht/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.3](https://github.com/Rightbracket/peeroxide/compare/peeroxide-dht-v1.7.2...peeroxide-dht-v1.7.3) - 2026-07-12

### Other

- full documentation audit (rustdoc + mdBook) ([#28](https://github.com/Rightbracket/peeroxide/pull/28))

## [1.7.2](https://github.com/Rightbracket/peeroxide/compare/peeroxide-dht-v1.3.1...peeroxide-dht-v1.7.2) - 2026-07-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions peeroxide-dht/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peeroxide-dht"
version = "1.7.2"
version = "1.7.3"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -15,7 +15,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
libudx = { path = "../libudx", version = "1.7.2" }
libudx = { path = "../libudx", version = "1.7.3" }
tokio = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions peeroxide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.3](https://github.com/Rightbracket/peeroxide/compare/peeroxide-v1.7.2...peeroxide-v1.7.3) - 2026-07-12

### Other

- full documentation audit (rustdoc + mdBook) ([#28](https://github.com/Rightbracket/peeroxide/pull/28))

## [1.7.2](https://github.com/Rightbracket/peeroxide/compare/peeroxide-v1.3.1...peeroxide-v1.7.2) - 2026-07-12

### Other
Expand Down
6 changes: 3 additions & 3 deletions peeroxide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peeroxide"
version = "1.7.2"
version = "1.7.3"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -15,8 +15,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
peeroxide-dht = { path = "../peeroxide-dht", version = "1.7.2" }
libudx = { path = "../libudx", version = "1.7.2" }
peeroxide-dht = { path = "../peeroxide-dht", version = "1.7.3" }
libudx = { path = "../libudx", version = "1.7.3" }
tokio = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
Expand Down
Loading