From 12f315c8b67dd8ca02615f328eff4522b853eda3 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 2 Dec 2021 00:05:59 +0900 Subject: [PATCH] Release v0.7.2 Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb50a3..3411d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.7.2] +### Fixed +* Allow MDX only dictionary for MDict + +### Changed +* Use DSL4j library for LingvoDSL dictionary. +* Bump versions + * JUnit@5.8.2 + * Spotbugs@4.8.0 + ## [0.7.1] ### Added * Support MDict image and sound(#65) @@ -130,7 +140,8 @@ Beta release. ## 0.1.0 * First release -[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/eb4j/ebviewer/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/eb4j/ebviewer/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/eb4j/ebviewer/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/eb4j/ebviewer/compare/v0.5.2...v0.6.0