Skip to content

Commit 7a69285

Browse files
committed
Merge branch 'next-release'
2 parents 4de0c35 + d44bdd9 commit 7a69285

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Added
1515
- The plugin DSL is now compatible with Groovy [#17](https://github.com/ge-org/multiplatform-swiftpackage/issues/17)
1616

17+
## [2.0.3]
18+
### Added
19+
- The plugin DSL is now compatible with Groovy
20+
[#17](https://github.com/ge-org/multiplatform-swiftpackage/issues/17)
21+
- The name of the generated ZIP file can now be customized
22+
[#22](https://github.com/ge-org/multiplatform-swiftpackage/issues/22)
23+
1724
## [2.0.2]
1825
### Fixed
1926
- Fix a bug where the plugin was not able to detect the frameworks for some project configurations

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
1717

1818
```kotlin
1919
plugins {
20-
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.2"
20+
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.3"
2121
}
2222
```
2323

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
signing
1818
}
1919

20-
version = "2.0.2"
20+
version = "2.0.3"
2121

2222
repositories {
2323
jcenter()

0 commit comments

Comments
 (0)