Skip to content

Commit d4dd9e5

Browse files
committed
Merge pull request #284 from allevato/prep-readme
Update the README in preparation for the 5.6 release.
1 parent 55fc4e2 commit d4dd9e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ Swift toolchain that is installed and used to build and run the formatter:
2828
| Xcode Release | Swift Version | `swift-format` Branch / Tags |
2929
|:----------------|:-----------------------|:---------------------------------|
3030
|| Swift at `main` | `main` |
31+
| Xcode 13.3 | Swift 5.6 | `release/5.6` / `0.50600.x` |
3132
| Xcode 13.0–13.2 | Swift 5.5 | `swift-5.5-branch` / `0.50500.x` |
3233
| Xcode 12.5 | Swift 5.4 | `swift-5.4-branch` / `0.50400.x` |
3334
| Xcode 12.0–12.4 | Swift 5.3 | `swift-5.3-branch` / `0.50300.x` |
3435
| Xcode 11.4–11.7 | Swift 5.2 | `swift-5.2-branch` / `0.50200.x` |
3536
| Xcode 11.0–11.3 | Swift 5.1 | `swift-5.1-branch` |
3637

37-
For example, if you are using Xcode 13.1 (Swift 5.5), you will need
38-
`swift-format` 0.50500.0.
38+
For example, if you are using Xcode 13.3 (Swift 5.6), you will need
39+
`swift-format` 0.50600.0.
3940

4041
## Getting swift-format
4142

@@ -44,7 +45,7 @@ then once you have identified the version you need, you can check out the
4445
source and build it using the following commands:
4546

4647
```sh
47-
VERSION=0.50500.0 # replace this with the version you need
48+
VERSION=0.50600.0 # replace this with the version you need
4849
git clone https://github.com/apple/swift-format.git
4950
cd swift-format
5051
git checkout "tags/$VERSION"

0 commit comments

Comments
 (0)