diff --git a/Cargo.lock b/Cargo.lock index a22b2fa..cd3b9e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,7 +966,7 @@ dependencies = [ [[package]] name = "distrans_cli" -version = "0.3.13" +version = "0.3.14" dependencies = [ "backoff", "clap", @@ -985,7 +985,7 @@ dependencies = [ [[package]] name = "distrans_fileindex" -version = "0.3.13" +version = "0.3.14" dependencies = [ "flume", "hex-literal", @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "distrans_peer" -version = "0.3.13" +version = "0.3.14" dependencies = [ "backoff", "capnp 0.20.2", diff --git a/Cargo.toml b/Cargo.toml index e6aeb05..60dc9f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" homepage = "https://github.com/cmars/distrans" license = "MPL-2.0" repository = "https://github.com/cmars/distrans" -version = "0.3.13" +version = "0.3.14" # Config for 'cargo dist' [workspace.metadata.dist] diff --git a/distrans-cli/CHANGELOG.md b/distrans-cli/CHANGELOG.md index 3890516..83c7ea1 100644 --- a/distrans-cli/CHANGELOG.md +++ b/distrans-cli/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.14] - 2024-10-20 + +### ⚙️ Miscellaneous Tasks + +- Upgrade veilid-core to 0.4.0, others + + ## [0.3.12] - 2024-10-20 diff --git a/distrans-fileindex/CHANGELOG.md b/distrans-fileindex/CHANGELOG.md index 9361248..0b476e6 100644 --- a/distrans-fileindex/CHANGELOG.md +++ b/distrans-fileindex/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.14] - 2024-10-20 + +### ⚙️ Miscellaneous Tasks + +- Upgrade veilid-core to 0.4.0, others + + diff --git a/distrans-peer/CHANGELOG.md b/distrans-peer/CHANGELOG.md index cde3a72..b946bff 100644 --- a/distrans-peer/CHANGELOG.md +++ b/distrans-peer/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.3.14] - 2024-10-20 + +### ⚙️ Miscellaneous Tasks + +- Upgrade veilid-core to 0.4.0, others +- Update to capnpc 0.20 +- Veilid api updates + + ## [0.3.13] - 2024-10-20 ### ⚙️ Miscellaneous Tasks