File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
examples/file-hasher/shared Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] ( https://github.com/ttypic/swift-klib-plugin/tree/HEAD )
8
8
9
+ ## 0.5.1 2023-11-24
10
+
11
+ [ Full Changelog] ( https://github.com/ttypic/swift-klib-plugin/compare/v0.5.0...v0.5.1 )
12
+
13
+ ** Merged pull requests:**
14
+
15
+ - fix: more robust readXcodeMajorVersion [ \# 20] ( https://github.com/ttypic/swift-klib-plugin/pull/20 )
16
+
9
17
## 0.5.0 2023-11-16
10
18
11
19
[ Full Changelog] ( https://github.com/ttypic/swift-klib-plugin/compare/v0.4.0...v0.5.0 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
22
22
23
23
``` kotlin
24
24
plugins {
25
- id(" io.github.ttypic.swiftklib" ) version " 0.5.0 "
25
+ id(" io.github.ttypic.swiftklib" ) version " 0.5.1 "
26
26
}
27
27
```
28
28
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" multiplatform" )
3
3
id(" com.android.library" )
4
- id(" io.github.ttypic.swiftklib" ) version " 0.5.0 "
4
+ id(" io.github.ttypic.swiftklib" ) version " 0.5.1 "
5
5
}
6
6
7
7
kotlin {
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.5.0 "
12
+ version = " 0.5.1 "
13
13
group = " io.github.ttypic"
14
14
15
15
kotlin {
You can’t perform that action at this time.
0 commit comments