Skip to content

Commit d1e1a57

Browse files
committed
Prepare version 2.0.0
1 parent 9f6f27e commit d1e1a57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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+
## [2.0.0] - 2020-12-03
68
- Introduced `update(ByteBuffer)`.
79
- Introduced `done(out: OutputStream, len: Int)`.
810
- Introduced `done(out: ByteBuffer)`.
@@ -56,7 +58,8 @@ All notable changes to this project will be documented in this file.
5658
## [1.0.0] - 2020-07-15
5759
- The first public release as dedicated project.
5860

59-
[unreleased]: https://github.com/catap/scala-blake3/compare/v1.9.0...HEAD
61+
[unreleased]: https://github.com/catap/scala-blake3/compare/v2.0.0...HEAD
62+
[2.0.0]: https://github.com/catap/scala-blake3/compare/v1.9.0...v2.0.0
6063
[1.9.0]: https://github.com/catap/scala-blake3/compare/v1.8.1...v1.9.0
6164
[1.8.1]: https://github.com/catap/scala-blake3/compare/v1.8.0...v1.8.1
6265
[1.8.0]: https://github.com/catap/scala-blake3/compare/v1.7.1...v1.8.0

0 commit comments

Comments
 (0)