Skip to content

Commit

Permalink
Update changelog. Add changelog for latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloarcidiacono committed Jan 12, 2019
1 parent 33b297a commit cd38de2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.1.0 (2019-01-10)
# commons-lang 0.1.0 (2019-01-12)

### Features

Expand All @@ -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
12 changes: 12 additions & 0 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cd38de2

Please sign in to comment.