File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ 0.12.0] - 2025-06-04
9
+ ### Added
10
+ - Include OSGi metadata in jar
11
+ ### Changed
9
12
- Require at least Java 11
10
13
11
14
## [ 0.11.0] - 2023-02-27
@@ -84,6 +87,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
84
87
- Initial release!
85
88
86
89
90
+ [ 0.12.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.11.0...autolink-0.12.0
87
91
[ 0.11.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.10.1...autolink-0.11.0
88
92
[ 0.10.1 ] : https://github.com/robinst/autolink-java/compare/autolink-0.10.0...autolink-0.10.1
89
93
[ 0.10.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.nibor.autolink</groupId >
6
6
<artifactId >autolink</artifactId >
7
- <version >0.11.1 -SNAPSHOT</version >
7
+ <version >0.12.0 -SNAPSHOT</version >
8
8
9
9
<name >autolink-java</name >
10
10
<description >
You can’t perform that action at this time.
0 commit comments