File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
tbd
10
10
11
+ ## [ 2.0.1]
12
+ ### Changed
13
+ - The class ` MultiplatformSwiftPackagePlugin ` is now public [ #7 ] ( https://github.com/ge-org/multiplatform-swiftpackage/pull/7 ) .
14
+
15
+ Thanks [ @netroy ] ( https://github.com/netroy )
16
+
11
17
## [ 2.0.0]
12
18
### Added
13
19
- You can now declare the name of the Swift package [ #5 ] ( https://github.com/ge-org/multiplatform-swiftpackage/pull/5 ) .
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.0 "
20
+ id(" com.chromaticnoise.multiplatform-swiftpackage" ) version " 2.0.1 "
21
21
}
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
signing
6
6
}
7
7
8
- version = " 2.0.0 "
8
+ version = " 2.0.1 "
9
9
10
10
repositories {
11
11
jcenter()
You can’t perform that action at this time.
0 commit comments