From d0994a0fe21e849ddf2f7da7536336cc5ef00b5a Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 4 Nov 2024 21:04:41 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 2 +- iroh-cli/Cargo.toml | 2 +- iroh/Cargo.toml | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27faccd0bc..55ce307356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to iroh will be documented in this file. +## [0.28.1](https://github.com/n0-computer/iroh/compare/v0.28.1..0.28.1) - 2024-11-04 + +### 🐛 Bug Fixes + +- Update to patched iroh-gossip 0.28.1 - ([bd44719](https://github.com/n0-computer/iroh/commit/bd4471912ab696e8d9119a5b9d3c2bcdb80c43f7)) + +### ⚙️ Miscellaneous Tasks + +- Update Cargo.lock - ([f3398b4](https://github.com/n0-computer/iroh/commit/f3398b4eff04539a930f00a82b72d15025d92411)) + +## [0.28.1](https://github.com/n0-computer/iroh/compare/v0.28.0..v0.28.1) - 2024-11-04 + +### 🐛 Bug Fixes + +- Switch to correctly patched quic-rpc and iroh-quinn - ([d925da4](https://github.com/n0-computer/iroh/commit/d925da442993fb79d55b905d4c17a324e9549bd2)) + +### 📚 Documentation + +- Fixup changelog - ([5066102](https://github.com/n0-computer/iroh/commit/50661022258e607775af6e6b83c4c25fc57ed088)) + +### ⚙️ Miscellaneous Tasks + +- Release - ([134a93b](https://github.com/n0-computer/iroh/commit/134a93b5a60103b3ce8fa4aacb52cdbcb291d00b)) + ## [0.28.0](https://github.com/n0-computer/iroh/compare/v0.27.0..v0.28.0) - 2024-11-04 ### ⛰️ Features diff --git a/Cargo.lock b/Cargo.lock index d7a2b3be8f..bf64844ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "iroh" -version = "0.28.0" +version = "0.28.1" dependencies = [ "anyhow", "async-channel", diff --git a/iroh-cli/Cargo.toml b/iroh-cli/Cargo.toml index 4bd97710f9..add712045f 100644 --- a/iroh-cli/Cargo.toml +++ b/iroh-cli/Cargo.toml @@ -40,7 +40,7 @@ futures-util = { version = "0.3.30", features = ["futures-sink"] } hex = "0.4.3" human-time = "0.1.6" indicatif = { version = "0.17", features = ["tokio"] } -iroh = { version = "0.28.0", path = "../iroh", features = ["metrics"] } +iroh = { version = "0.28.1", path = "../iroh", features = ["metrics"] } iroh-gossip = "0.28.1" iroh-metrics = { version = "0.28.0" } parking_lot = "0.12.1" diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index d6951898c9..cb3f298d5d 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh" -version = "0.28.0" +version = "0.28.1" edition = "2021" readme = "README.md" description = "A toolkit for building distributed applications"