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.
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.7.0 - 2017-08-31
8
+ ## [ 0.7.0] - 2017-08-31
9
9
### Changed
10
10
- Don't autolink if authority is only "end" characters, e.g. like ` http://. ` or
11
11
` http://" ` (#15 )
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
51
51
- Initial release!
52
52
53
53
54
+ [ 0.7.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.6.0...autolink-0.7.0
54
55
[ 0.6.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.5.0...autolink-0.6.0
55
56
[ 0.5.0 ] : https://github.com/robinst/autolink-java/compare/autolink-0.4.0...autolink-0.5.0
56
57
[ 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
12
12
13
13
Maven coordinates
14
14
(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 )
16
16
for other build systems):
17
17
18
18
``` xml
19
19
<dependency >
20
20
<groupId >org.nibor.autolink</groupId >
21
21
<artifactId >autolink</artifactId >
22
- <version >0.6 .0</version >
22
+ <version >0.7 .0</version >
23
23
</dependency >
24
24
```
25
25
You can’t perform that action at this time.
0 commit comments