From 34947158a448711ffaa1a77b759edd6d1f050aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Wed, 12 Jun 2024 14:42:23 +0200 Subject: [PATCH] chore: release v0.1.1 (#46) Co-authored-by: Yiannis Marangos --- 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..097cf6c 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/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 ### 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"