From 4d97f5a9246a673ad84867a532594e876ff2b9e8 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sat, 29 Jan 2022 12:45:03 +0900 Subject: [PATCH] Release v0.11.0 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10ba73..3d7c839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.11.0] - 2022-01-30 +### Fixed +- Fix EOFException on some archive when read + +### Changed +- Introduce length and position method that return size and content position as long + - DictZipInputStream#length + - DictZipInputStream#position + - RandomAccessInputStream#position + - RandomAccessOutputStream#position + +### Deprecated +- RandomAccessInputStream#getPos method that return int. + ## [0.10.3] - 2022-01-18 ### Fixed - Release actions script diff --git a/README.md b/README.md index eca2253..3fa4ec2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ just add a dependency. ``` dependencies { - implementation 'io.github.dictzip:dictzip:0.10.3' + implementation 'io.github.dictzip:dictzip:0.11.0' } ``` -- 2.11.0