Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Oct 8, 2023
1 parent eeaa886 commit ea297e8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased](https://github.com/ttypic/swift-klib-plugin/tree/HEAD)

## 0.4.0 2023-10-08

[Full Changelog](https://github.com/ttypic/swift-klib-plugin/compare/v0.3.0...v0.4.0)

**Closed issues:**

- Invalid Manifest \(xCode 15\) [\#11](https://github.com/ttypic/swift-klib-plugin/issues/11)

**Merged pull requests:**

- Workaround for wrong SDK in build process for Xcode15 [\#13](https://github.com/ttypic/swift-klib-plugin/pull/13) ([davidtaylor-juul](https://github.com/davidtaylor-juul))

## 0.3.0 2023-06-25

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s

```kotlin
plugins {
id("io.github.ttypic.swiftklib") version "0.3.0"
id("io.github.ttypic.swiftklib") version "0.4.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/file-hasher/shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("com.android.library")
id("io.github.ttypic.swiftklib") version "0.3.0"
id("io.github.ttypic.swiftklib") version "0.4.0"
}

kotlin {
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.4.0-SNAPSHOT"
version = "0.4.0"
group = "io.github.ttypic"

kotlin {
Expand Down

0 comments on commit ea297e8

Please sign in to comment.