Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Feb 26, 2023
1 parent 5a17166 commit 7d94dc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.2.0 2022-02-26

* **Fix:** add step to clean old build files in build directory
* Light refactoring of source code

## 0.1.0 2022-02-08

* Invalidate cinterop task if source Swift-files have changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s

```kotlin
plugins {
id("io.github.ttypic.swiftklib") version "0.1.0"
id("io.github.ttypic.swiftklib") version "0.2.0"
}
```

Expand All @@ -42,7 +42,7 @@ buildscript {
}
}
dependencies {
classpath("io.github.ttypic:plugin:0.1.0")
classpath("io.github.ttypic:plugin:0.2.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
}

version = "0.2.0-SNAPSHOT"
version = "0.2.0"
group = "io.github.ttypic"

gradlePlugin {
Expand Down

0 comments on commit 7d94dc5

Please sign in to comment.