Skip to content

Commit 8f0ff4b

Browse files
committed
Change release notes and version indicator module from 511 to 600
The next Swift version is called Swift 6.0. We should adjust swift-syntax to call the next version 600 instead of 511.
1 parent 5d5beb9 commit 8f0ff4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ let package = Package(
120120

121121
.target(
122122
name: "SwiftSyntax",
123-
dependencies: ["_AtomicBool", "SwiftSyntax509", "SwiftSyntax510", "SwiftSyntax511"],
123+
dependencies: ["_AtomicBool", "SwiftSyntax509", "SwiftSyntax510", "SwiftSyntax600"],
124124
exclude: ["CMakeLists.txt"],
125125
swiftSettings: swiftSyntaxSwiftSettings
126126
),
@@ -144,7 +144,7 @@ let package = Package(
144144
),
145145

146146
.target(
147-
name: "SwiftSyntax511",
147+
name: "SwiftSyntax600",
148148
dependencies: []
149149
),
150150

Release Notes/511.md renamed to Release Notes/600.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Swift Syntax 511 Release Notes
1+
# Swift Syntax 600 Release Notes
22

33
## New APIs
44
- FixIt now has a new computed propery named edits
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// The SwiftSyntax511 module is intentionally empty.
1+
// The SwiftSyntax600 module is intentionally empty.
22
// It serves as an indicator which version of swift-syntax a package is building against.
33
// See the 'Macro Versioning.md' document for more details.

0 commit comments

Comments
 (0)