Skip to content

Commit 76b2168

Browse files
committed
Prepare CHANGELOG for version 0.27.0
1 parent 2a4f4c4 commit 76b2168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.27.0] - 2025-10-12
1010
### Added
1111
- Autolink extension: Now supports configuration of different link types that
1212
should be recognized and converted to links. See `AutolinkExtension#builder`
@@ -510,6 +510,7 @@ API breaking changes (caused by changes in spec):
510510
Initial release of commonmark-java, a port of commonmark.js with extensions
511511
for autolinking URLs, GitHub flavored strikethrough and tables.
512512
513+
[0.27.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.26.0...commonmark-parent-0.27.0
513514
[0.26.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.1...commonmark-parent-0.26.0
514515
[0.25.1]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.25.0...commonmark-parent-0.25.1
515516
[0.25.0]: https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.24.0...commonmark-parent-0.25.0

0 commit comments

Comments
 (0)