From 87b6c4ca2966804ac734f95aed14720d4f4afd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Tue, 13 Aug 2024 15:17:37 +0200 Subject: [PATCH] chore: release v0.3.1 (#57) --- 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 5c02b41..cee5c6b 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.3.1](https://github.com/eigerco/beetswap/compare/v0.3.0...v0.3.1) - 2024-08-13 + +### Other +- Upgrade blockstore ([#56](https://github.com/eigerco/beetswap/pull/56)) + ## [0.3.0](https://github.com/eigerco/beetswap/compare/v0.2.0...v0.3.0) - 2024-08-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index 924940e..25f6a88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "asynchronous-codec", diff --git a/Cargo.toml b/Cargo.toml index 9108ffa..d692f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p"