Skip to content

Commit

Permalink
release: v0.7.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 Mar 31, 2024
1 parent 1b1d206 commit ef94560
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 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.7.0] - 2024-03-31

### Changed
- return the plugin artifact shrinking with R8 (saved 32.719%, 265.9 KB).
- update compatibility methods `NamedDomainObjectSet<T>.named*` for Gradle 8.6+ and older.
Expand Down Expand Up @@ -37,6 +40,7 @@
- bump `gradle-intellij-plugin` to _1.17.3_.
- bump kctfork to _0.4.1_ (test dependency).


## [0.7.0-alpha2] - 2024-02-22

### Added
Expand Down Expand Up @@ -190,6 +194,8 @@ _Stabilization release._

## Notes

[0.7.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.7.0
[0.7.0-alpha2]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.7.0-alpha2
[0.7.0-alpha1]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.7.0-alpha1
[0.6.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.6.0
[0.5.0]: https://github.com/fluxo-kt/fluxo-kmp-conf/releases/tag/v0.5.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Targeted for Gradle 8+ and Kotlin 1.9+. Built with:<br>
```kotlin
// in the `build.gradle.kts` of the target module
plugins {
kotlin("multiplatform") version "1.9.22"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.6.0" // <-- add here
kotlin("multiplatform") version "1.9.23"
id("io.github.fluxo-kt.fluxo-kmp-conf") version "0.7.0" // <-- add here
}
```

Expand All @@ -45,7 +45,7 @@ plugins {
```kotlin
// in the `build.gradle.kts` of the target module
plugins {
kotlin("multiplatform") version "1.9.22"
kotlin("multiplatform") version "1.9.23"
id("io.github.fluxo-kt.fluxo-kmp-conf") // <-- add here, no version needed for jitpack usage
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[versions]

version = "0.7.0-SNAPSHOT"
version = "0.7.0"

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

0 comments on commit ef94560

Please sign in to comment.