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

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Mar 1, 2022
1 parent d46d088 commit e2bf9b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v0.3.1]
* Fix Null-Pointer exception when there are multiple articles in single
entry with certain condition.(#11)
* Cache expiry from last access not write(#13)
* Bump versions
* [email protected]
* [email protected]
* actions/setup-java@v3
* [email protected]
* Add test case with proprietary data
* commit without the data

## [v0.3.0]
* Introduce `StarDictDictionary#loadDictionary` builder utility method.
* Hide `StarDictLoader#load` method.
Expand All @@ -18,7 +30,8 @@ All notable changes to this project will be documented in this file.
## v0.1.0
* First internal release

[Unreleased]: https://github.com/eb4j/stardict4j/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/eb4j/stardict4j/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/eb4j/stardict4j/compare/v0.2.0...v0.3.1
[v0.3.0]: https://github.com/eb4j/stardict4j/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/eb4j/stardict4j/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/eb4j/stardict4j/compare/v0.1.0...v0.1.1

0 comments on commit e2bf9b8

Please sign in to comment.