Skip to content

Commit ba673a9

Browse files
committed
Changelog for 0.20.0, bump version
1 parent af9d026 commit ba673a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
77
with the exception that 0.x versions can break between minor versions.
88

9-
## [Unreleased]
9+
## [0.20.0] - 2022-10-20
1010
### Fixed
1111
- GitHub tables: A single pipe (optional whitespace) now ends a table
1212
instead of crashing or being treated as an empty row, for consistency
@@ -372,7 +372,7 @@ Initial release of commonmark-java, a port of commonmark.js with extensions
372372
for autolinking URLs, GitHub flavored strikethrough and tables.
373373
374374
375-
[Unreleased]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.19.0...HEAD
375+
[0.20.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.19.0...commonmark-parent-0.20.0
376376
[0.19.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.2...commonmark-parent-0.19.0
377377
[0.18.2]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.1...commonmark-parent-0.18.2
378378
[0.18.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.0...commonmark-parent-0.18.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Coordinates for core library (see all on [Maven Central]):
3434
<dependency>
3535
<groupId>org.commonmark</groupId>
3636
<artifactId>commonmark</artifactId>
37-
<version>0.19.0</version>
37+
<version>0.20.0</version>
3838
</dependency>
3939
```
4040

@@ -233,7 +233,7 @@ First, add an additional dependency (see [Maven Central] for others):
233233
<dependency>
234234
<groupId>org.commonmark</groupId>
235235
<artifactId>commonmark-ext-gfm-tables</artifactId>
236-
<version>0.19.0</version>
236+
<version>0.20.0</version>
237237
</dependency>
238238
```
239239

0 commit comments

Comments
 (0)