Skip to content

Commit

Permalink
release: v0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Nov 25, 2024
1 parent 05b1ef9 commit f805fa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.1] - 2024-11-25

### Added
- add JVM compatibility and Kotlin options flags to disable a corresponding autoconfiguration.

Expand Down Expand Up @@ -392,6 +395,7 @@ _Stabilization release._

## Notes

[0.13.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.13.1
[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
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0" // <-- add here
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.13.1" // <-- add here
}
```

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.1-SNAPSHOT"
version = "0.13.1"

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

0 comments on commit f805fa1

Please sign in to comment.