From cd38de2cdce4b33c88c32f0b2a50b6d269b8177b Mon Sep 17 00:00:00 2001 From: Danilo Arcidiacono Date: Sat, 12 Jan 2019 13:44:40 +0100 Subject: [PATCH] Update changelog. Add changelog for latest version. --- CHANGELOG.md | 5 +++-- CHANGELOG_LATEST.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG_LATEST.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ace11ac..2c905ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 0.1.0 (2019-01-10) +# commons-lang 0.1.0 (2019-01-12) ### Features @@ -11,8 +11,9 @@ * **build:** Add test coverage constraints * **build:** Add `docs` and `ossrh` Maven profiles -# Version 0.0.1 (2018-08-18) +# commons-lang 0.0.1 (2018-08-18) ### Features + * `StringCommons` utility class for manipulating strings * `ReflectiveCommons` utility class for reflection diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md new file mode 100644 index 0000000..29b8049 --- /dev/null +++ b/CHANGELOG_LATEST.md @@ -0,0 +1,12 @@ +# commons-lang 0.1.0 + +### Features + +* `FileCommons` utility class for I/O and filesystem handling +* `Composite` utility class for related design pattern +* `getEnclosingClasses()` method to `ReflectiveCommons` +* `singleQuote()`, `doubleQuote()` and `quote()` methods to `StringCommons` +* **tests:** Switch to JaCoCo for test reporting +* **chore:** Add `CHANGELOG` and `CODEOWNERS` files +* **build:** Add test coverage constraints +* **build:** Add `docs` and `ossrh` Maven profiles