Skip to content

Commit 86d011f

Browse files
committed
Prepare version 2.5.0
1 parent b56c63b commit 86d011f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.5.0] - 2021-02-27
68
- Introduced support direct allocated ByteBuffer.
79
- Cross build for scala-2.10.7.
810
- Limited read and write to ByteBuffer.
@@ -29,7 +31,7 @@ All notable changes to this project will be documented in this file.
2931
- Introduced `doneBigInt(N: BigInt)`.
3032

3133
## [2.0.1] - 2021-01-03
32-
- Migrated from scala `3.0.0-M3`.
34+
- Migrated to scala `3.0.0-M3`.
3335

3436
## [2.0.0] - 2020-12-03
3537
- Introduced `update(ByteBuffer)`.
@@ -85,7 +87,8 @@ All notable changes to this project will be documented in this file.
8587
## [1.0.0] - 2020-07-15
8688
- The first public release as dedicated project.
8789

88-
[unreleased]: https://github.com/catap/scala-blake3/compare/v2.4.1...HEAD
90+
[unreleased]: https://github.com/catap/scala-blake3/compare/v2.5.0...HEAD
91+
[2.5.0]: https://github.com/catap/scala-blake3/compare/v2.4.1...v2.5.0
8992
[2.4.1]: https://github.com/catap/scala-blake3/compare/v2.4.0...v2.4.1
9093
[2.4.0]: https://github.com/catap/scala-blake3/compare/v2.3.1...v2.4.0
9194
[2.3.1]: https://github.com/catap/scala-blake3/compare/v2.3.0...v2.3.1

0 commit comments

Comments
 (0)