Skip to content

Commit

Permalink
chore: release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Aug 12, 2024
1 parent a702e02 commit 0d9c21b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/eigerco/beetswap/compare/v0.2.0...v0.3.0) - 2024-08-12

### Other
- Replace `instant` with `web-time` crate ([#52](https://github.com/eigerco/beetswap/pull/52))
- [**breaking**] Upgrade to libp2p 0.54 ([#51](https://github.com/eigerco/beetswap/pull/51))
- Make readme presentable ([#53](https://github.com/eigerco/beetswap/pull/53))
- Fix doc-lazy-continuations clippy CI ([#54](https://github.com/eigerco/beetswap/pull/54))

## [0.2.0](https://github.com/eigerco/beetswap/compare/v0.1.1...v0.2.0) - 2024-07-25

### 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.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "Implementation of bitswap protocol for libp2p"
Expand Down

0 comments on commit 0d9c21b

Please sign in to comment.