File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.7.0 - 2017-08-31
8+ ## [ 0.7.0] - 2017-08-31
99### Changed
1010- Don't autolink if authority is only "end" characters, e.g. like ` http://. ` or
1111 ` http://" ` (#15 )
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5151- Initial release!
5252
5353
54+ [ 0.7.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
5455[ 0.6.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.5.0...autolink-0.6.0
5556[ 0.5.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.4.0...autolink-0.5.0
5657[ 0.4.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.3.0...autolink-0.4.0
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ This library requires Java 7. It works on Android (minimum API level 15). It has
1212
1313Maven coordinates
1414(see
15- [ here] ( https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.6 .0|jar )
15+ [ here] ( https://search.maven.org/#artifactdetails|org.nibor.autolink|autolink|0.7 .0|jar )
1616for other build systems):
1717
1818``` xml
1919<dependency >
2020 <groupId >org.nibor.autolink</groupId >
2121 <artifactId >autolink</artifactId >
22- <version >0.6 .0</version >
22+ <version >0.7 .0</version >
2323</dependency >
2424```
2525
You can’t perform that action at this time.
0 commit comments