Skip to content

Commit

Permalink
chore: release v0.6.0 (#22)
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 27, 2024
1 parent 26a33f3 commit 34c7148
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.6.0](https://github.com/eigerco/blockstore/compare/v0.5.0...v0.6.0) - 2024-06-27

### Added
- add missing store impls & add `len` ([#21](https://github.com/eigerco/blockstore/pull/21))
- [**breaking**] Add `remove` method ([#18](https://github.com/eigerco/blockstore/pull/18))

### Fixed
- *(doc)* rename doc_cfg guard to docsrs, [rust-lang/cargo#13875](https://github.com/rust-lang/cargo/issues/13875) ([#20](https://github.com/eigerco/blockstore/pull/20))

## [0.5.0](https://github.com/eigerco/blockstore/compare/v0.4.0...v0.5.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 = "blockstore"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
description = "An IPLD blockstore capable of holding arbitrary data indexed by CID"
Expand Down

0 comments on commit 34c7148

Please sign in to comment.