File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.1] - 2022-12-23
9+ ### Changed
10+ - Bump maven plugin versions
11+
812## [ 0.10.0] - 2018-11-12
913### Changed
1014- Stop URLs at '`' characters too, same as < and >
@@ -72,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7276- Initial release!
7377
7478
79+ [ 0.10.1 ] : https://github.com/robinst/autolink-java/compare/autolink-0.10.0...autolink-0.10.1
7580[ 0.10.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
7681[ 0.9.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
7782[ 0.8.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.7.0...autolink-0.8.0
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ This library is supported on Java 8 or later. It works on Android
3737
3838Maven coordinates
3939(see
40- [ here] ( https://search.maven.org/artifact/org.nibor.autolink/autolink/0.10.0 /jar )
40+ [ here] ( https://search.maven.org/artifact/org.nibor.autolink/autolink/0.10.1 /jar )
4141for other build systems):
4242
4343``` xml
4444<dependency >
4545 <groupId >org.nibor.autolink</groupId >
4646 <artifactId >autolink</artifactId >
47- <version >0.10.0 </version >
47+ <version >0.10.1 </version >
4848</dependency >
4949```
5050
You can’t perform that action at this time.
0 commit comments