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.
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
+ ## [ 0.10.1] - 2022-12-23
9
+ ### Changed
10
+ - Bump maven plugin versions
11
+
8
12
## [ 0.10.0] - 2018-11-12
9
13
### Changed
10
14
- 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.
72
76
- Initial release!
73
77
74
78
79
+ [ 0.10.1 ] : https://github.com/robinst/autolink-java/compare/autolink-0.10.0...autolink-0.10.1
75
80
[ 0.10.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.9.0...autolink-0.10.0
76
81
[ 0.9.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.8.0...autolink-0.9.0
77
82
[ 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
37
37
38
38
Maven coordinates
39
39
(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 )
41
41
for other build systems):
42
42
43
43
``` xml
44
44
<dependency >
45
45
<groupId >org.nibor.autolink</groupId >
46
46
<artifactId >autolink</artifactId >
47
- <version >0.10.0 </version >
47
+ <version >0.10.1 </version >
48
48
</dependency >
49
49
```
50
50
You can’t perform that action at this time.
0 commit comments