Skip to content

Commit 08aaabd

Browse files
committed
release: v0.10.0
Signed-off-by: Art Shendrik <[email protected]>
1 parent 22f6822 commit 08aaabd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
[//]: # (Removed, Added, Changed, Fixed, Updated)
77

8+
9+
## [0.10.0] - 2024-05-26
10+
811
### Updated
912
- **bump Kotlin to _2.0.0_.**
1013
- bump Android Gradle Plugin from _8.4.1_ to _8.6.0-alpha03_ (compile-only dependency).
@@ -284,6 +287,7 @@ _Stabilization release._
284287

285288
## Notes
286289

290+
[0.10.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.10.0
287291
[0.9.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.9.1
288292
[0.8.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.1
289293
[0.8.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Targeted for Gradle 8+ and Kotlin 1.9+. Built with:<br>
3333
// in the `build.gradle.kts` of the target module
3434
plugins {
3535
kotlin("multiplatform") version "2.0.0"
36-
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.9.1" // <-- add here
36+
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.10.0" // <-- add here
3737
}
3838
```
3939

@@ -59,7 +59,7 @@ pluginManagement {
5959
}
6060
resolutionStrategy.eachPlugin {
6161
if (requested.id.toString() == "io.github.fluxo-kt.fluxo-kmp-conf")
62-
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:3002cb3137") // <-- specify version or commit
62+
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:db9a51403f") // <-- specify version or commit
6363
}
6464
}
6565
```

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[versions]
1010

1111
# WARNING: Remember to update the version in `README.md` examples!
12-
version = "0.10.0-SNAPSHOT"
12+
version = "0.10.0"
1313

1414
# Java/Kotlin compatibility
1515
# WARNING: kotlinApiVersion can't be greater than kotlinLangVersion!

0 commit comments

Comments
 (0)