From fbc03deeaff26dd784c1a298a51396cee5c0bd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Thu, 25 Jul 2024 09:44:40 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 097cf6c..7e20e03 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.0](https://github.com/eigerco/beetswap/compare/v0.1.1...v0.2.0) - 2024-07-25 + +### Added +- [**breaking**] Accept Arc to allow shared blockstore ([#49](https://github.com/eigerco/beetswap/pull/49)) + ## [0.1.1](https://github.com/eigerco/beetswap/compare/v0.1.0...v0.1.1) - 2024-06-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6f93e30..c3e66b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "asynchronous-codec 0.7.0", diff --git a/Cargo.toml b/Cargo.toml index fce4347..094ec1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p"