Skip to content

Commit

Permalink
chore: release 2.1.0 (#15)
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 9, 2022
1 parent a0d2c41 commit 87006a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://www.github.com/Gozala/rabin-wasm/compare/v2.0.0...v2.1.0) (2022-03-09)


### Features

* support for copy-on-read buffers ([#14](https://www.github.com/Gozala/rabin-wasm/issues/14)) ([a0d2c41](https://www.github.com/Gozala/rabin-wasm/commit/a0d2c41ddb86898f5b365f80c69a1319800d0316))

## [2.0.0](https://www.github.com/Gozala/rabin-wasm/compare/v1.0.1...v2.0.0) (2022-03-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabin-rs",
"version": "2.0.0",
"version": "2.1.0",
"description": "Rabin chunker for IPFS implementation in Rust",
"keywords": [
"rabin",
Expand Down

0 comments on commit 87006a5

Please sign in to comment.