Skip to content

Commit

Permalink
Relase 0.7 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergej Shafarenka <[email protected]>
  • Loading branch information
sergejsha and Sergej Shafarenka authored Sep 1, 2024
1 parent 2c6d479 commit 9ae8a69
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 501 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.7

- Update to Kotlin 2.0.20

## 0.6

- Added: Control loggable level per class (#20)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ In `gradle/libs.versions.toml`

```toml
[versions]
kotlin = "2.0.0"
logger = "0.6"
kotlin = "2.0.20"
logger = "0.7"

[libraries]
logger = { module = "de.halfbit:logger", version.ref = "logger" }
Expand Down
2 changes: 1 addition & 1 deletion build-plugins/src/main/kotlin/root.publication.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "de.halfbit"
version = "0.7-SNAPSHOT"
version = "0.7"
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "8.2.0"
kotlin = "2.0.0"
agp = "8.2.2"
kotlin = "2.0.20"

android-minSdk = "24"
android-compileSdk = "34"

kotlinx-datetime = "0.6.0"
kotlinx-datetime = "0.6.1"
kotlinx-atomicfu = "0.25.0"

# sample apps
compose-plugin = "1.6.11"
compose-plugin = "1.7.0-alpha03"
activity-compose = "1.9.1"
android-targetSdk = "34"

Expand Down
Loading

0 comments on commit 9ae8a69

Please sign in to comment.