Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Commit 6942f5a

Browse files
committed
Release v0.13.0
Signed-off-by: Hiroshi Miura <[email protected]>
1 parent 846f4eb commit 6942f5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [0.13.0] - 2022-04-16
7+
8+
### Added
9+
* RandomAcessInputStream: Support java.nio.channels.FileChannel (#49)
10+
* add `RandomAccessInputStream#getFileChannel`
11+
12+
### Fixed
13+
* RandomAccessInputStream: fix return value of `RandomAccessInputStream#skip`
14+
* return actual skip bytes
15+
616
## [0.12.2] - 2022-03-01
717

818
### Fixed
@@ -218,7 +228,8 @@ All notable changes to this project will be documented in this file.
218228
### Added
219229
- Start project.
220230

221-
[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.12.2...HEAD
231+
[Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.13.0...HEAD
232+
[0.13.0]: https://github.com/dictzip/dictzip-java/compare/v0.12.2...v0.13.0
222233
[0.12.2]: https://github.com/dictzip/dictzip-java/compare/v0.12.1...v0.12.2
223234
[0.12.1]: https://github.com/dictzip/dictzip-java/compare/v0.12.0...v0.12.1
224235
[0.12.0]: https://github.com/dictzip/dictzip-java/compare/v0.11.2...v0.12.0

0 commit comments

Comments
 (0)