Skip to content

Commit

Permalink
Prepare for 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Feb 24, 2022
1 parent 4b75b85 commit adae79c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
with the exception that 0.x versions can break between minor versions.

## [0.18.2] - 2022-02-24
### Changed
- Test against Java 17
- Bundle LICENSE.txt with artifacts (in addition to Maven metadata)

## [0.18.1] - 2021-11-29
### Fixed
- Fix tables with leading/trailing header pipes and trailing spaces (#244).
Expand Down Expand Up @@ -350,6 +355,7 @@ Initial release of commonmark-java, a port of commonmark.js with extensions
for autolinking URLs, GitHub flavored strikethrough and tables.
[0.18.2]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.1...commonmark-parent-0.18.2
[0.18.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.0...commonmark-parent-0.18.1
[0.18.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.17.2...commonmark-parent-0.18.0
[0.17.2]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.17.1...commonmark-parent-0.17.2
Expand Down

0 comments on commit adae79c

Please sign in to comment.