Skip to content

Commit

Permalink
chore: release v0.1.1 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Yiannis Marangos <[email protected]>
  • Loading branch information
zvolin and oblique authored Jun 12, 2024
1 parent fe9f0b0 commit 3494715
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3494715

Please sign in to comment.