File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55## [ unreleased]
6+
7+ ## [ 1.8.1] - 2020-11-19
68- Performance improvement that reduce CPU and memory footprint near doubles.
79
810## [ 1.8.0] - 2020-11-18
@@ -48,7 +50,8 @@ All notable changes to this project will be documented in this file.
4850## [ 1.0.0] - 2020-07-15
4951- The first public release as dedicated project.
5052
51- [ unreleased ] : https://github.com/catap/scala-blake3/compare/v1.8.0...HEAD
53+ [ unreleased ] : https://github.com/catap/scala-blake3/compare/v1.8.1...HEAD
54+ [ 1.8.1 ] : https://github.com/catap/scala-blake3/compare/v1.8.0...v1.8.1
5255[ 1.8.0 ] : https://github.com/catap/scala-blake3/compare/v1.7.1...v1.8.0
5356[ 1.7.1 ] : https://github.com/catap/scala-blake3/compare/v1.7.0...v1.7.1
5457[ 1.7.0 ] : https://github.com/catap/scala-blake3/compare/v1.6.2...v1.7.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val blake3jniVersion = "0.2.2"
1212
1313name := " blake3"
1414organization in ThisBuild := " ky.korins"
15- version in ThisBuild := " 1.8.0 "
15+ version in ThisBuild := " 1.8.1 "
1616
1717scalaVersion in ThisBuild := scala3
1818crossScalaVersions in ThisBuild := Seq ()
You can’t perform that action at this time.
0 commit comments