diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e20e03..0137573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/eigerco/beetswap/compare/v0.2.0...v0.2.1) - 2024-08-12 + +### Other +- 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 c3e66b3..feac6b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "asynchronous-codec 0.7.0", diff --git a/Cargo.toml b/Cargo.toml index 094ec1b..8c1205d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p"