Skip to content

Commit 58b2269

Browse files
committed
Prepare 0.4 release
1 parent 7ffeae3 commit 58b2269

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Next version
66

77
_20XX-XX-XX_
88

9+
10+
Version 0.4
11+
-------------
12+
13+
_2025-07-29_
14+
915
* `isLoggable` now takes a priority and a tag, which allows skipping logging based on tags.
1016

1117

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the `logcat` dependency to your library or app's `build.gradle` file:
2323

2424
```gradle
2525
dependencies {
26-
implementation 'com.squareup.logcat:logcat:0.3'
26+
implementation 'com.squareup.logcat:logcat:0.4'
2727
}
2828
```
2929

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
66
systemProp.org.gradle.internal.publish.checksums.insecure=true
77

88
GROUP=com.squareup.logcat
9-
VERSION_NAME=0.4-SNAPSHOT
9+
VERSION_NAME=0.4
1010

1111
POM_DESCRIPTION=A tiny Kotlin API for cheap logging on top of Android's normal Log class.
1212

0 commit comments

Comments
 (0)