diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e22e14..d1dc5087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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. -## [Unreleased] +## [0.29.0] - 2026-06-20 ### Added - Support rendering GFM task list items to Markdown (#433) - Support rendering YAML front matter to Markdown (#434) @@ -560,7 +560,7 @@ API breaking changes (caused by changes in spec): Initial release of commonmark-java, a port of commonmark.js with extensions for autolinking URLs, GitHub flavored strikethrough and tables. -[Unreleased]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.28.0...main +[0.29.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.28.0...commonmark-parent-0.29.0 [0.28.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.1...commonmark-parent-0.28.0 [0.27.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.27.0...commonmark-parent-0.27.1 [0.27.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.26.0...commonmark-parent-0.27.0 diff --git a/commonmark-ext-autolink/pom.xml b/commonmark-ext-autolink/pom.xml index 2cc4d53c..6b9ea537 100644 --- a/commonmark-ext-autolink/pom.xml +++ b/commonmark-ext-autolink/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-autolink diff --git a/commonmark-ext-footnotes/pom.xml b/commonmark-ext-footnotes/pom.xml index 0d9e2f30..3eb0d8e2 100644 --- a/commonmark-ext-footnotes/pom.xml +++ b/commonmark-ext-footnotes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-footnotes diff --git a/commonmark-ext-gfm-alerts/pom.xml b/commonmark-ext-gfm-alerts/pom.xml index 02ecbf80..400b3239 100644 --- a/commonmark-ext-gfm-alerts/pom.xml +++ b/commonmark-ext-gfm-alerts/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-gfm-alerts diff --git a/commonmark-ext-gfm-strikethrough/pom.xml b/commonmark-ext-gfm-strikethrough/pom.xml index 9d8f55e5..5e9f1d2e 100644 --- a/commonmark-ext-gfm-strikethrough/pom.xml +++ b/commonmark-ext-gfm-strikethrough/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-gfm-strikethrough diff --git a/commonmark-ext-gfm-tables/pom.xml b/commonmark-ext-gfm-tables/pom.xml index 5bd32316..3becde04 100644 --- a/commonmark-ext-gfm-tables/pom.xml +++ b/commonmark-ext-gfm-tables/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-gfm-tables diff --git a/commonmark-ext-heading-anchor/pom.xml b/commonmark-ext-heading-anchor/pom.xml index 26d2d19b..7e96f97c 100644 --- a/commonmark-ext-heading-anchor/pom.xml +++ b/commonmark-ext-heading-anchor/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-heading-anchor diff --git a/commonmark-ext-image-attributes/pom.xml b/commonmark-ext-image-attributes/pom.xml index e646bc3f..c9a19d72 100644 --- a/commonmark-ext-image-attributes/pom.xml +++ b/commonmark-ext-image-attributes/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-image-attributes diff --git a/commonmark-ext-ins/pom.xml b/commonmark-ext-ins/pom.xml index 48481c07..06bfe474 100644 --- a/commonmark-ext-ins/pom.xml +++ b/commonmark-ext-ins/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-ins diff --git a/commonmark-ext-task-list-items/pom.xml b/commonmark-ext-task-list-items/pom.xml index 4359f870..533d6371 100644 --- a/commonmark-ext-task-list-items/pom.xml +++ b/commonmark-ext-task-list-items/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-task-list-items diff --git a/commonmark-ext-yaml-front-matter/pom.xml b/commonmark-ext-yaml-front-matter/pom.xml index e6822f77..1fdb2f01 100644 --- a/commonmark-ext-yaml-front-matter/pom.xml +++ b/commonmark-ext-yaml-front-matter/pom.xml @@ -4,7 +4,7 @@ commonmark-parent org.commonmark - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-ext-yaml-front-matter diff --git a/commonmark-integration-test/pom.xml b/commonmark-integration-test/pom.xml index 7e0048a7..20328dc9 100644 --- a/commonmark-integration-test/pom.xml +++ b/commonmark-integration-test/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-integration-test diff --git a/commonmark-test-util/pom.xml b/commonmark-test-util/pom.xml index 6a9c342c..bb5bafa1 100644 --- a/commonmark-test-util/pom.xml +++ b/commonmark-test-util/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-test-util diff --git a/commonmark/pom.xml b/commonmark/pom.xml index 4e060eda..ebe286c4 100644 --- a/commonmark/pom.xml +++ b/commonmark/pom.xml @@ -4,7 +4,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark diff --git a/pom.xml b/pom.xml index f1280531..2de80d37 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.commonmark commonmark-parent - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT commonmark-java parent Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted @@ -133,62 +133,62 @@ org.commonmark commonmark - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-autolink - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-footnotes - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-image-attributes - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-ins - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-gfm-alerts - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-gfm-strikethrough - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-gfm-tables - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-heading-anchor - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-task-list-items - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-ext-yaml-front-matter - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT org.commonmark commonmark-test-util - 0.28.1-SNAPSHOT + 0.29.0-SNAPSHOT