OSDN Git Service

Release v0.12.1 v0.12.1
authorHiroshi Miura <miurahr@linux.com>
Mon, 28 Feb 2022 10:26:44 +0000 (19:26 +0900)
committerHiroshi Miura <miurahr@linux.com>
Mon, 28 Feb 2022 10:26:44 +0000 (19:26 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
CHANGELOG.md

index c3254af..84ce39b 100644 (file)
@@ -3,12 +3,17 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
+## [0.12.1] - 2022-02-28
+
+### Fixed
+* RrandomAccessInputStream return wrong postion() value after
+  call read() at end of file.(#51)
+
 ## [0.12.0] - 2022-02-27
 
 ### Changed
 * RandomAccessInputStream now buffering input from RandomAccessFile class(#48)
 
-
 ## [0.11.2] - 2022-02-05
 
 ### Added
@@ -208,7 +213,8 @@ All notable changes to this project will be documented in this file.
 ### Added
 - Start project.
 
-[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.12.0...HEAD
+[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.12.1...HEAD
+[0.12.1]: https://github.com/dictzip/dictzip-java/compare/v0.12.0...v0.12.1
 [0.12.0]: https://github.com/dictzip/dictzip-java/compare/v0.11.2...v0.12.0
 [0.11.2]: https://github.com/dictzip/dictzip-java/compare/v0.11.1...v0.11.2
 [0.11.1]: https://github.com/dictzip/dictzip-java/compare/v0.11.0...v0.11.1