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

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Mar 2, 2022
1 parent a2ffa46 commit d99858a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.5.1]

### Fixed
* Bump dictzip@0.12.2(#72)
* Fux out of bound error(#69)

### Changed
* Raise UnsupportedEncodingException for UTF16-BE files(#69,#73)
* Check mandatory property after reading header(#70)

## [0.5.0]

### Changed
Expand Down Expand Up @@ -94,7 +104,8 @@ All notable changes to this project will be documented in this file.
## 0.1.0
* First internal release

[Unreleased]: https://github.com/eb4j/dsl4j/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/eb4j/dsl4j/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/eb4j/dsl4j/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/eb4j/dsl4j/compare/v0.4.5...v0.5.0
[0.4.5]: https://github.com/eb4j/dsl4j/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/eb4j/dsl4j/compare/v0.4.3...v0.4.4
Expand Down

0 comments on commit d99858a

Please sign in to comment.