We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac12be7 commit 6453445Copy full SHA for 6453445
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.5.0] - 2025-06-26
10
+
11
## [1.4.1] - 2025-01-30
12
13
## [1.4.0] - 2024-09-27
README.md
@@ -27,7 +27,7 @@ repositories {
27
}
28
29
dependencies {
30
- implementation("de.peilicke.sascha:log4k:1.4.1")
+ implementation("de.peilicke.sascha:log4k:1.5.0")
31
32
```
33
gradle.properties
@@ -13,4 +13,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
# Android
14
android.useAndroidX=true
15
# App
16
-version=1.4.1
+version=1.5.0
0 commit comments