Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed May 25, 2024
1 parent e254815 commit 9055bc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.9.0] - 2024-05-25

### Removed
- delete deprecated Kotlin/Native targets, removed in Kotlin 2.0.

Expand Down Expand Up @@ -271,6 +274,7 @@ _Stabilization release._

## Notes

[0.9.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.9.0
[0.8.1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.1
[0.8.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.8.0
[0.7.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.7.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 "1.9.24"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.8.1" // <-- add here
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.9.0" // <-- add here
}
```

Expand Down
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

[versions]

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

# Java/Kotlin compatibility
# WARNING: kotlinApiVersion can't be greater than kotlinLangVersion!
Expand Down Expand Up @@ -96,7 +97,7 @@ androidBuildTools = "34.0.0"
# Gradle plug-in to build Android applications.
# https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
# https://maven.google.com/web/index.html#com.android.tools.build:gradle
# WARNING: Do not forget to update the version badge in `README.md`!
# WARNING: Remember to update the version badge in `README.md`!
android-gradle-plugin = "8.4.1"

# endregion
Expand Down Expand Up @@ -243,7 +244,7 @@ android-lib = { id = "com.android.library", version.ref = "android-gradle-plugin

# https://mvnrepository.com/artifact/com.android.lint/com.android.lint.gradle.plugin?repo=google
# https://maven.google.com/web/index.html#com.android.lint:com.android.lint.gradle.plugin
# WARN: Do not forget to update the 'android.experimental.lint.version'
# WARN: Remember to update the 'android.experimental.lint.version'
# in all `gradle.properties` files!
android-lint = { id = "com.android.lint", version = "8.6.0-alpha03" }

Expand Down

0 comments on commit 9055bc5

Please sign in to comment.