From c2d3dd7df05540c8512ad567acfd7217baabb5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Wed, 12 Jun 2024 13:55:20 +0200 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0249852..30b9337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/eigerco/beetswap/compare/v0.1.0...v0.1.1) - 2024-06-12 + +### Added +- Change all error/warn logs to debug ([#47](https://github.com/eigerco/beetswap/pull/47)) + +### Fixed +- Upgrade time crate to fix rust-lang/rust[#125319](https://github.com/eigerco/beetswap/pull/125319) ([#48](https://github.com/eigerco/beetswap/pull/48)) +- *(doc)* rename doc_cfg guard to docsrs, rust-lang/cargo[#13875](https://github.com/eigerco/beetswap/pull/13875) ([#45](https://github.com/eigerco/beetswap/pull/45)) + ## [0.1.0](https://github.com/eigerco/beetswap/releases/tag/v0.1.0) - 2024-04-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index e0a26ec..cf6b908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "asynchronous-codec 0.7.0", diff --git a/Cargo.toml b/Cargo.toml index 6ae2db1..8147ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p" From 78111c9ae30dfa142cd8f835d42bb0212a965d54 Mon Sep 17 00:00:00 2001 From: Yiannis Marangos Date: Wed, 12 Jun 2024 15:08:23 +0300 Subject: [PATCH 2/2] fix links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b9337..097cf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change all error/warn logs to debug ([#47](https://github.com/eigerco/beetswap/pull/47)) ### Fixed -- Upgrade time crate to fix rust-lang/rust[#125319](https://github.com/eigerco/beetswap/pull/125319) ([#48](https://github.com/eigerco/beetswap/pull/48)) -- *(doc)* rename doc_cfg guard to docsrs, rust-lang/cargo[#13875](https://github.com/eigerco/beetswap/pull/13875) ([#45](https://github.com/eigerco/beetswap/pull/45)) +- Upgrade time crate to fix [rust-lang/rust#125319](https://github.com/rust-lang/rust/issues/125319) ([#48](https://github.com/eigerco/beetswap/pull/48)) +- *(doc)* rename doc_cfg guard to docsrs, [rust-lang/cargo#13875](https://github.com/rust-lang/cargo/issues/13875) ([#45](https://github.com/eigerco/beetswap/pull/45)) ## [0.1.0](https://github.com/eigerco/beetswap/releases/tag/v0.1.0) - 2024-04-15