Skip to content

Commit

Permalink
Prepare version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 13, 2021
1 parent 694f6bc commit f38e2dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## [Unreleased]


## [5.0.1] - 2021-08-13

### Fixed

- Fix TimberArgCount lint check false positive on some calls to `String.format`.


## [5.0.0] - 2021-08-10

The library has been rewritten in Kotlin, but it remains binary-compatible with 4.x.
Expand Down Expand Up @@ -241,7 +248,8 @@ Initial cut. (Get it?)



[Unreleased]: https://github.com/JakeWharton/timber/compare/5.0.0...HEAD
[Unreleased]: https://github.com/JakeWharton/timber/compare/5.0.1...HEAD
[5.0.1]: https://github.com/JakeWharton/timber/releases/tag/5.0.1
[5.0.0]: https://github.com/JakeWharton/timber/releases/tag/5.0.0
[4.7.1]: https://github.com/JakeWharton/timber/releases/tag/4.7.1
[4.7.0]: https://github.com/JakeWharton/timber/releases/tag/4.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ repositories {
}
dependencies {
implementation 'com.jakewharton.timber:timber:5.0.0'
implementation 'com.jakewharton.timber:timber:5.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.jakewharton.timber

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=5.1.0-SNAPSHOT
VERSION_NAME=5.0.1

POM_DESCRIPTION=No-nonsense injectable logging.

Expand Down

0 comments on commit f38e2dc

Please sign in to comment.