Compare commits

...

3 Commits
0.0.2 ... 0.0.3

Author SHA1 Message Date
9441f77b18 fixes in JVM logging 2022-06-08 17:38:57 +06:00
de56994cf7 Merge pull request #4 from InsanusMokrassar/0.0.2
0.0.2
2022-06-08 16:11:40 +06:00
365acacbd2 Update kdocs.yml 2022-06-07 23:15:58 +06:00
3 changed files with 7 additions and 3 deletions

View File

@@ -17,5 +17,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/dokka/html
publish_dir: ./build/dokka/html
publish_branch: kdocs

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.0.3
* Fixes in `JVM` logging
## 0.0.2
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations

View File

@@ -9,5 +9,5 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.0.2
android_code_version=2
version=0.0.3
android_code_version=3