Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 20, 2023
1 parent 5f5c466 commit 31817e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](/~https://github.com/web3-storage/ipfs-car/compare/v0.9.2...v1.0.0) (2023-03-20)


### ⚠ BREAKING CHANGES

* The programmatic API has changed significantly, see the README for new streaming API. The CLI "commands" like `--pack` have changed to `pack` (i.e. without dashes) but are largely very similar. In the CLI, CAR files written to stdout or piped to another program (i.e. not written to disk using `--output`) will not have a root CID in the CAR header. Minimum Node.js version for the CLI has changed to 18.

### Features

* streaming CAR packing ([#148](/~https://github.com/web3-storage/ipfs-car/issues/148)) ([5f5c466](/~https://github.com/web3-storage/ipfs-car/commit/5f5c466e5184c885cfde20061c4e0721a7d35411))

## [0.9.2](/~https://github.com/web3-storage/ipfs-car/compare/v0.9.1...v0.9.2) (2023-02-15)


Expand Down
2 changes: 1 addition & 1 deletion 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": "ipfs-car",
"version": "0.9.2",
"version": "1.0.0",
"description": "Convert files to content-addressed archives (.car) and back",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 31817e0

Please sign in to comment.