From d3c55d9353738bde07eb87df68e5d72752a233d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 12 Aug 2024 12:42:23 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e20e03..6cbdd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/eigerco/beetswap/compare/v0.2.0...v0.3.0) - 2024-08-12 + +### Other +- [**breaking**] Upgrade to libp2p 0.54 ([#51](https://github.com/eigerco/beetswap/pull/51)) +- Make readme presentable ([#53](https://github.com/eigerco/beetswap/pull/53)) +- Fix doc-lazy-continuations clippy CI ([#54](https://github.com/eigerco/beetswap/pull/54)) + ## [0.2.0](https://github.com/eigerco/beetswap/compare/v0.1.1...v0.2.0) - 2024-07-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index d0adb5e..ea4e061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "asynchronous-codec", diff --git a/Cargo.toml b/Cargo.toml index af8c451..3092494 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p"