Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Feb 8, 2023
1 parent 1efb1e7 commit 23b4e3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.1"
version = "0.1.0"
group = "io.github.ttypic"

gradlePlugin {
Expand Down

0 comments on commit 23b4e3a

Please sign in to comment.