Skip to content

Commit

Permalink
chore(main): release 8.0.0 (#43)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.0.0](v7.3.0...v8.0.0)
(2024-05-14)


### ⚠ BREAKING CHANGES

* The `Blockstore` interface now includes a `stream` method that returns
a `ReadableStream` and a `stat` method that returns info (byte size).

### Features

* add block streaming interface
([#44](#44))
([2236fe4](2236fe4))


### Bug Fixes

* remove only test
([#42](#42))
([ca858fb](ca858fb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 14, 2024
1 parent 2236fe4 commit 59fae13
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/web3-storage/dagula/compare/v7.3.0...v8.0.0) (2024-05-14)


### ⚠ BREAKING CHANGES

* The `Blockstore` interface now includes a `stream` method that returns a `ReadableStream` and a `stat` method that returns info (byte size).

### Features

* add block streaming interface ([#44](https://github.com/web3-storage/dagula/issues/44)) ([2236fe4](https://github.com/web3-storage/dagula/commit/2236fe431ff566870b7d2d939ee9ba0a93d894d2))


### Bug Fixes

* remove only test ([#42](https://github.com/web3-storage/dagula/issues/42)) ([ca858fb](https://github.com/web3-storage/dagula/commit/ca858fb43fa55f7f29339c5e48f81dd8e9fbd51c))

## [7.3.0](https://github.com/web3-storage/dagula/compare/v7.2.2...v7.3.0) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagula",
"version": "7.3.0",
"version": "8.0.0",
"description": "Suck a DAG out of a peer in the IPFS network.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 59fae13

Please sign in to comment.