From 9d9ab5c9a2779dfc50ef363df789e08a80276904 Mon Sep 17 00:00:00 2001 From: Don MacAskill Date: Fri, 27 Dec 2024 11:33:56 -0800 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a1e1f..5988339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 63338d9..f9d5e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"