Skip to content

Commit 5c6887b

Browse files
committed
Prepare 0.3 release
1 parent c30f0cf commit 5c6887b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
Version NEXT
5+
-------------
6+
7+
_20XX-XX-XX_
8+
9+
* Project restructured to support KMP
10+
* New API: `Logcat.observer` which allows tracing / measuring how long logging takes.
11+
412
Version 0.2.3
513
-------------
614

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.2.3'
26+
implementation 'com.squareup.logcat:logcat:0.3'
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.3-SNAPSHOT
9+
VERSION_NAME=0.3
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)