From cf026be6a82e16521bf720a719b2ea254b0decde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Wed, 12 Jun 2024 12:22:00 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0249852..2dcdc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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 + +### 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"