Skip to content

Commit

Permalink
chore: release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Aug 13, 2024
1 parent 73cc6d8 commit dca5226
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.1](https://github.com/eigerco/blockstore/compare/v0.6.0...v0.6.1) - 2024-08-13

### Fixed
- *(indexeddb)* Abort failed transactions ([#27](https://github.com/eigerco/blockstore/pull/27))

### Other
- Update README.md ([#26](https://github.com/eigerco/blockstore/pull/26))
- Update rexie and other misc dependencies ([#24](https://github.com/eigerco/blockstore/pull/24))

## [0.6.0](https://github.com/eigerco/blockstore/compare/v0.5.0...v0.6.0) - 2024-06-27

### 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.6.0"
version = "0.6.1"
edition = "2021"
license = "Apache-2.0"
description = "An IPLD blockstore capable of holding arbitrary data indexed by CID"
Expand Down

0 comments on commit dca5226

Please sign in to comment.