Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onethumb committed Dec 27, 2024
1 parent 1e34343 commit 9d9ab5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [1.1.0](https://github.com/awesomized/crc64fast-nvme/compare/1.0.1...1.1.0)
- [Build a C-compatible shared library](https://github.com/awesomized/crc64fast-nvme/pull/4)
- [Double throughput on systems which support AVX512 VPCLMULQDQ](https://github.com/awesomized/crc64fast-nvme/pull/3)

## [1.0.1](https://github.com/awesomized/crc64fast-nvme/compare/1.0.0...1.0.1)
- [Support x86 (32-bit)](https://github.com/awesomized/crc64fast-nvme/pull/2)
- Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crc64fast-nvme"
version = "1.0.1"
version = "1.1.0"
authors = ["The TiKV Project Developers", "Don MacAskill"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 9d9ab5c

Please sign in to comment.