From 9c52c5888c06b675cde81d0b160b02431098c2ac Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Thu, 19 May 2022 21:07:43 +0200 Subject: [PATCH] Prepare release 3.1.1 (#95) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5bf8b..12c5de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. ## [unreleased] -- Performance improved: now it's about 30% slower than C version + +## [3.1.1] - 2022-05-19 +- Performance improved: now it's about 20% slower than C version ## [3.1.0] - 2022-05-17 - Introduced `doneCallback` and `doneXorCallBack` @@ -129,7 +131,8 @@ All notable changes to this project will be documented in this file. ## [1.0.0] - 2020-07-15 - The first public release as dedicated project. -[unreleased]: https://github.com/kcrypt/scala-blake3/compare/v3.1.0...HEAD +[unreleased]: https://github.com/kcrypt/scala-blake3/compare/v3.1.1...HEAD +[3.1.1]: https://github.com/kcrypt/scala-blake3/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/kcrypt/scala-blake3/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/kcrypt/scala-blake3/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/kcrypt/scala-blake3/compare/v2.9.0...v3.0.0