Skip to content

Commit 31294ba

Browse files
committed
Prepare for release 3.1.
1 parent 0f686c6 commit 31294ba

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 3.1 *(2018-11-07)*
5+
----------------------------
6+
7+
* Updated to Timber 4.7.1
8+
* Updated to SLF4J 1.7.25
9+
10+
411
Version 3.0 *(2016-12-11)*
512
----------------------------
613

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Download [the latest JAR][4] or grab via Maven:
3131
<dependency>
3232
<groupId>com.arcao</groupId>
3333
<artifactId>slf4j-timber</artifactId>
34-
<version>3.0</version>
34+
<version>3.1</version>
3535
<type>aar</type>
3636
</dependency>
3737
```
3838
or Gradle:
3939
```groovy
40-
implementation 'com.arcao:slf4j-timber:3.0@aar'
40+
implementation 'com.arcao:slf4j-timber:3.1@aar'
4141
```
4242

4343
> Note: `timber` and `slf4j-api` are the transitive dependencies of `slf4j-timber`,
@@ -48,6 +48,7 @@ Transitive dependencies by version
4848

4949
slf4j-timber | Timber | SLF4J
5050
------------ | ------ | -----
51+
3.1 | 4.7.1 | 1.7.25
5152
3.0 | 4.4.0 | 1.7.21
5253
2.1 | 3.1.0 | 1.7.12
5354
2.0 | 3.0.1 | 1.7.12
@@ -71,18 +72,18 @@ Maven:
7172
<dependency>
7273
<groupId>org.slf4j</groupId>
7374
<artifactId>log4j-over-slf4j</artifactId>
74-
<version>1.7.21</version>
75+
<version>1.7.25</version>
7576
</dependency>
7677
<dependency>
7778
<groupId>com.arcao</groupId>
7879
<artifactId>slf4j-timber</artifactId>
79-
<version>3.0</version>
80+
<version>3.1</version>
8081
</dependency>
8182
```
8283
or Gradle:
8384
```groovy
84-
compile 'org.slf4j:log4j-over-slf4j:1.7.21'
85-
compile 'com.arcao:slf4j-timber:3.0'
85+
compile 'org.slf4j:log4j-over-slf4j:1.7.25'
86+
compile 'com.arcao:slf4j-timber:3.1'
8687
```
8788

8889
Don't forget to exclude `log4j` transitive dependency from artifact which use

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.arcao
2-
VERSION_NAME=3.1-SNAPSHOT
2+
VERSION_NAME=3.1
33

44
POM_DESCRIPTION=SLF4J binding for Jake Wharton's Timber logging library
55

0 commit comments

Comments
 (0)