File tree Expand file tree Collapse file tree 14 files changed +26
-25
lines changed
commonmark-ext-gfm-strikethrough
commonmark-ext-gfm-tables
commonmark-ext-heading-anchor
commonmark-ext-image-attributes
commonmark-ext-task-list-items
commonmark-ext-yaml-front-matter
commonmark-integration-test Expand file tree Collapse file tree 14 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) ,
7
7
with the exception that 0.x versions can break between minor versions.
8
8
9
- ## [ Unreleased ]
9
+ ## [ 0.25.0 ] - 2025-06-20
10
10
### Added
11
+ - Include OSGi metadata in jars (` META-INF/MANIFEST.MF ` files)
11
12
- More documentation with examples for ` Node ` classes
12
13
### Changed
13
14
- GitHub tables: Tables are now parsed even if there's no blank line before the
@@ -473,7 +474,7 @@ API breaking changes (caused by changes in spec):
473
474
Initial release of commonmark-java, a port of commonmark.js with extensions
474
475
for autolinking URLs, GitHub flavored strikethrough and tables.
475
476
476
- [Unreleased ]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...main
477
+ [0.25.0 ]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.25.0
477
478
[0.24.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0
478
479
[0.23.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.23.0
479
480
[0.22.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.21.0...commonmark-parent-0.22.0
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-autolink</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-footnotes</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-gfm-strikethrough</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-gfm-tables</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-heading-anchor</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-image-attributes</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-ins</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.commonmark</groupId >
6
6
<artifactId >commonmark-parent</artifactId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-task-list-items</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >commonmark-parent</artifactId >
6
6
<groupId >org.commonmark</groupId >
7
- <version >0.24.1 -SNAPSHOT</version >
7
+ <version >0.25.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >commonmark-ext-yaml-front-matter</artifactId >
You can’t perform that action at this time.
0 commit comments