Skip to content

Commit 7d94dc5

Browse files
committed
release: 0.2.0
1 parent 5a17166 commit 7d94dc5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## 0.2.0 2022-02-26
10+
11+
* **Fix:** add step to clean old build files in build directory
12+
* Light refactoring of source code
13+
914
## 0.1.0 2022-02-08
1015

1116
* Invalidate cinterop task if source Swift-files have changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
2828

2929
```kotlin
3030
plugins {
31-
id("io.github.ttypic.swiftklib") version "0.1.0"
31+
id("io.github.ttypic.swiftklib") version "0.2.0"
3232
}
3333
```
3434

@@ -42,7 +42,7 @@ buildscript {
4242
}
4343
}
4444
dependencies {
45-
classpath("io.github.ttypic:plugin:0.1.0")
45+
classpath("io.github.ttypic:plugin:0.2.0")
4646
}
4747
}
4848

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
1010
}
1111

12-
version = "0.2.0-SNAPSHOT"
12+
version = "0.2.0"
1313
group = "io.github.ttypic"
1414

1515
gradlePlugin {

0 commit comments

Comments
 (0)