Skip to content

Commit 2299375

Browse files
authored
chore: release v0.1.0 (#44)
1 parent dffc8ba commit 2299375

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Run release-plz
2727
uses: MarcoIeni/release-plz-action@v0.5
28-
with:
29-
command: release-pr
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
3230
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0](https://github.com/eigerco/beetswap/releases/tag/v0.1.0) - 2024-04-15
10+
11+
### Added
12+
- [**breaking**] Use RPITIT for `Multihasher` and remove `async-trait` ([#39](https://github.com/eigerco/beetswap/pull/39))
13+
- Add bitswap server ([#27](https://github.com/eigerco/beetswap/pull/27))
14+
- Add helpers for MultihasherError ([#25](https://github.com/eigerco/beetswap/pull/25))
15+
- Allow user to reject a multihash via Multihasher ([#23](https://github.com/eigerco/beetswap/pull/23))
16+
- Allow `BitswapQueryId` to be used in `BTreeMap` ([#15](https://github.com/eigerco/beetswap/pull/15))
17+
- Send full wantlist every 30 seconds ([#7](https://github.com/eigerco/beetswap/pull/7))
18+
- Allow user to register its own hashers ([#6](https://github.com/eigerco/beetswap/pull/6))
19+
20+
### Fixed
21+
- Fix client sending state mechanism that was blocking the executor ([#36](https://github.com/eigerco/beetswap/pull/36))
22+
- Fix broken link in readme ([#34](https://github.com/eigerco/beetswap/pull/34))
23+
- protocol_prefix was returning an error on correct input ([#22](https://github.com/eigerco/beetswap/pull/22))
24+
- Do not reset peer state on new established connection ([#16](https://github.com/eigerco/beetswap/pull/16))
25+
- *(ci)* Do not install protobuf compiler ([#4](https://github.com/eigerco/beetswap/pull/4))
26+
- Send full list on the first request ([#1](https://github.com/eigerco/beetswap/pull/1))
27+
28+
### Other
29+
- Upgrade to blockstore 0.5 ([#43](https://github.com/eigerco/beetswap/pull/43))
30+
- *(ci)* introduce a release plz workflow ([#41](https://github.com/eigerco/beetswap/pull/41))
31+
- Split `futures` dependencies ([#40](https://github.com/eigerco/beetswap/pull/40))
32+
- Upgrade to blockstore 0.4.0 ([#38](https://github.com/eigerco/beetswap/pull/38))
33+
- Removed unneeded Send/Sync constrains ([#37](https://github.com/eigerco/beetswap/pull/37))
34+
- Add doc requirement to CI, add missing docs ([#28](https://github.com/eigerco/beetswap/pull/28))
35+
- Remove `Bitswap` prefix from all names ([#21](https://github.com/eigerco/beetswap/pull/21))
36+
- Add more docs and comments ([#19](https://github.com/eigerco/beetswap/pull/19))
37+
- Rename project to beetswap ([#20](https://github.com/eigerco/beetswap/pull/20))
38+
- *(deps)* Split libp2p and add CI test for minimal versions ([#18](https://github.com/eigerco/beetswap/pull/18))
39+
- Upgrade dependencies ([#5](https://github.com/eigerco/beetswap/pull/5))
40+
- Add tests ([#2](https://github.com/eigerco/beetswap/pull/2))
41+
- Add CI ([#3](https://github.com/eigerco/beetswap/pull/3))
42+
- Move WantlistState in ClietBehaviour and cleanup some code
43+
- Implement bitswap client
44+
- Add license

0 commit comments

Comments
 (0)