Skip to content

Commit 561f6cd

Browse files
committed
Prepare version 1.8.1
1 parent c62a198 commit 561f6cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All 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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val blake3jniVersion = "0.2.2"
1212

1313
name := "blake3"
1414
organization in ThisBuild := "ky.korins"
15-
version in ThisBuild := "1.8.0"
15+
version in ThisBuild := "1.8.1"
1616

1717
scalaVersion in ThisBuild := scala3
1818
crossScalaVersions in ThisBuild := Seq()

0 commit comments

Comments
 (0)