Skip to content

Commit

Permalink
0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent d4b7fb3 commit df10420
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [0.1.0](https://github.com/prantlf/v-zstd/compare/v0.0.1...v0.1.0) (2023-10-26)

### Features

* Remove the drain function from stream context ([f9e5872](https://github.com/prantlf/v-zstd/commit/f9e58728ad28bcc08ed2dbd2358e1d993bedf8a8))
* Make input and ooutput sizes of the stream buffers public ([b34cd33](https://github.com/prantlf/v-zstd/commit/b34cd3357ce89b81104ee9ecd6092c7b61177b1f))
* Add gzstd anz gunzstd executables as examples ([d4b7fb3](https://github.com/prantlf/v-zstd/commit/d4b7fb3d02319e8abbbe38379880f36238b01487))

### BREAKING CHANGES

Do not pass the drain function to new_compress_stream_context and new_decompress_stream_context. Pass it to each call of compress_chunk, compress_chunk_at, compress_end, decompress_chunk and decompress_chunk_at.

## 0.0.1 (2023-10-25)

Initial release.
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Module {
name: 'zstd',
description: 'V bindings for zstd - a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.',
version: '0.0.1'
version: '0.1.0'
license: 'MIT'
dependencies: []
}

0 comments on commit df10420

Please sign in to comment.