diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5c16..df70550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.1.0 2022-02-08 + +* Invalidate cinterop task if source Swift-files have changed + +## 0.0.1 2022-12-27 + +* Initial release diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index c8599bc..f28b7a9 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22") } -version = "0.0.1" +version = "0.1.0" group = "io.github.ttypic" gradlePlugin {