File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Added
15
15
- The plugin DSL is now compatible with Groovy [ #17 ] ( https://github.com/ge-org/multiplatform-swiftpackage/issues/17 )
16
16
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
+
17
24
## [ 2.0.2]
18
25
### Fixed
19
26
- Fix a bug where the plugin was not able to detect the frameworks for some project configurations
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The plugin is published on Maven central. Add it to the `plugins` block in the G
17
17
18
18
``` kotlin
19
19
plugins {
20
- id(" com.chromaticnoise.multiplatform-swiftpackage" ) version " 2.0.2 "
20
+ id(" com.chromaticnoise.multiplatform-swiftpackage" ) version " 2.0.3 "
21
21
}
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
signing
18
18
}
19
19
20
- version = " 2.0.2 "
20
+ version = " 2.0.3 "
21
21
22
22
repositories {
23
23
jcenter()
You can’t perform that action at this time.
0 commit comments