You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Swift 5.6
6
6
Semantic version dependencies can now be resolved against Git tag names that contain only major and minor version identifiers. A tag with the form `X.Y` will be treated as `X.Y.0`. This improves compatibility with existing repositories.
7
7
8
8
*[#3641]
9
-
Soft deprecate `.pacakge(name:, url:)` dependency syntax in favour of `.pacakge(url:)`, given that an explciit`name` attribute is no longer needed for target depedendencies lookup.
9
+
Soft deprecate `.package(name:, url:)` dependency syntax in favour of `.package(url:)`, given that an explicit`name` attribute is no longer needed for target depedendencies lookup.
10
10
11
11
*[#3641]
12
12
Adding a dependency requirement can now be done with the convenience initializer `.package(url: String, exact: Version)`.
0 commit comments