Skip to content

Commit e146e42

Browse files
committed
Prepare for version 0.21.0
Set the version using `mvn versions:set -DnewVersion=0.21.0-SNAPSHOT`
1 parent 946b234 commit e146e42

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

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.21.0] - 2022-11-17
1010
### Added
1111
- GitHub strikethrough: With the previous version we adjusted the
1212
extension to also accept the single tilde syntax. But if you use
@@ -379,7 +379,7 @@ API breaking changes (caused by changes in spec):
379379
Initial release of commonmark-java, a port of commonmark.js with extensions
380380
for autolinking URLs, GitHub flavored strikethrough and tables.
381381
382-
[Unreleased]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.20.0...HEAD
382+
[0.21.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.20.0...commonmark-parent-0.21.0
383383
[0.20.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.19.0...commonmark-parent-0.20.0
384384
[0.19.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.2...commonmark-parent-0.19.0
385385
[0.18.2]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.18.1...commonmark-parent-0.18.2

commonmark-ext-autolink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-autolink</artifactId>

commonmark-ext-gfm-strikethrough/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>

commonmark-ext-gfm-tables/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-gfm-tables</artifactId>

commonmark-ext-heading-anchor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-heading-anchor</artifactId>

commonmark-ext-image-attributes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-image-attributes</artifactId>

commonmark-ext-ins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-ins</artifactId>

commonmark-ext-task-list-items/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-task-list-items</artifactId>

commonmark-ext-yaml-front-matter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>commonmark-parent</artifactId>
66
<groupId>org.commonmark</groupId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-yaml-front-matter</artifactId>

commonmark-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version>
7+
<version>0.21.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-integration-test</artifactId>

0 commit comments

Comments
 (0)