Skip to content

Commit

Permalink
release: v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
amal committed Nov 18, 2024
1 parent 9ea3726 commit e4fa3cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

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


## [0.13.0] - 2024-11-18

### Added
- allow not setting up `fluxo-kmp-conf` containers and use the default KMP hierarchy instead.

Expand Down Expand Up @@ -383,6 +386,7 @@ _Stabilization release._

## Notes

[0.13.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.13.0
[0.12.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.12.1
[0.12.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.12.0
[0.11.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Targeted for Gradle 8+ and Kotlin 1.9+. Built with:<br>
// in the `build.gradle.kts` of the target module
plugins {
kotlin("multiplatform") version "2.0.21"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.12.1" // <-- add here
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.13.0" // <-- add here
}
```

Expand All @@ -59,7 +59,7 @@ pluginManagement {
}
resolutionStrategy.eachPlugin {
if (requested.id.toString() == "io.github.fluxo-kt.fluxo-kmp-conf")
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:08d53ad") // <-- specify version or commit
useModule("com.github.fluxo-kt.fluxo-kmp-conf:fluxo-kmp-conf:9ea3726500") // <-- specify version or commit
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[versions]

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

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

0 comments on commit e4fa3cb

Please sign in to comment.