File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
14
## 0.1.0 2022-02-08
10
15
11
16
* Invalidate cinterop task if source Swift-files have changed
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
28
28
29
29
``` kotlin
30
30
plugins {
31
- id(" io.github.ttypic.swiftklib" ) version " 0.1 .0"
31
+ id(" io.github.ttypic.swiftklib" ) version " 0.2 .0"
32
32
}
33
33
```
34
34
@@ -42,7 +42,7 @@ buildscript {
42
42
}
43
43
}
44
44
dependencies {
45
- classpath(" io.github.ttypic:plugin:0.1 .0" )
45
+ classpath(" io.github.ttypic:plugin:0.2 .0" )
46
46
}
47
47
}
48
48
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22" )
10
10
}
11
11
12
- version = " 0.2.0-SNAPSHOT "
12
+ version = " 0.2.0"
13
13
group = " io.github.ttypic"
14
14
15
15
gradlePlugin {
You can’t perform that action at this time.
0 commit comments