Skip to content

Commit d57e798

Browse files
committed
release: v0.12.1
Signed-off-by: Art Shendrik <[email protected]>
1 parent 08d53ad commit d57e798

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 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.12.1] - 2024-10-10
10+
811
### Changed
912
- ⚠ removed context-receivers support (dropped in Kotlin 2.1).
1013

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.20"
36-
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.12.0" // <-- add here
36+
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.12.1" // <-- 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:2af752e214") // <-- specify version or commit
62+
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:08d53ad") // <-- 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
@@ -10,7 +10,7 @@
1010
[versions]
1111

1212
# WARNING: Remember to update the version in `README.md` examples!
13-
version = "0.13.0-SNAPSHOT"
13+
version = "0.12.1"
1414

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

0 commit comments

Comments
 (0)