Skip to content

Commit 48ac559

Browse files
committed
Prepare 0.12.0 version
1 parent 3a0e003 commit 48ac559

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.12.0] - 2025-06-04
9+
### Added
10+
- Include OSGi metadata in jar
11+
### Changed
912
- Require at least Java 11
1013

1114
## [0.11.0] - 2023-02-27
@@ -84,6 +87,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8487
- Initial release!
8588

8689

90+
[0.12.0]: https://github.com/robinst/autolink-java/compare/autolink-0.11.0...autolink-0.12.0
8791
[0.11.0]: https://github.com/robinst/autolink-java/compare/autolink-0.10.1...autolink-0.11.0
8892
[0.10.1]: https://github.com/robinst/autolink-java/compare/autolink-0.10.0...autolink-0.10.1
8993
[0.10.0]: https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.nibor.autolink</groupId>
66
<artifactId>autolink</artifactId>
7-
<version>0.11.1-SNAPSHOT</version>
7+
<version>0.12.0-SNAPSHOT</version>
88

99
<name>autolink-java</name>
1010
<description>

0 commit comments

Comments
 (0)