Skip to content

Commit 3ea34dc

Browse files
committed
Add missing category and move the image to latest draft blog post
1 parent c667b95 commit 3ea34dc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

_posts/2024-09-17-announcing-swift-6.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ layout: new-layouts/post
33
published: true
44
date: 2024-09-17 10:00:00
55
title: Announcing Swift 6
6-
featured-image:
7-
url: '/assets/images/6.2-blog/[email protected]'
8-
alt: 'Featured blog image with the Swift Logo over a white to orange gradient background.'
9-
featured-image-dark:
10-
url: '/assets/images/6.2-blog/[email protected]'
11-
alt: 'Featured blog image with the Swift Logo over a white to black gradient background.'
126
author: [hborla]
137
category: "Language"
148
---

_posts/2025-03-31-swift-6.1-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ published: true
44
date: 2025-03-31 10:00:00
55
title: Swift 6.1 Released
66
author: [hborla]
7+
category: "Language"
78
---
89

910
Swift 6.1 is now available!

_posts/2025-NN-NN-swift-6.2-released.md renamed to _posts/2025-09-01-swift-6.2-released.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
2-
layout: post
2+
layout: new-layouts/post
33
published: true
4-
date: 2025-NN-NN 10:00:00
4+
date: 2025-09-01 10:00:00
55
title: Swift 6.2 Released
66
author: [hborla]
7+
category: "Language"
8+
featured-image:
9+
url: '/assets/images/6.2-blog/[email protected]'
10+
alt: 'Featured blog image with the Swift Logo over a white to orange gradient background.'
11+
featured-image-dark:
12+
url: '/assets/images/6.2-blog/[email protected]'
13+
alt: 'Featured blog image with the Swift Logo over a white to black gradient background.'
714
---
815

9-
# Swift 6.2 Released
10-
1116
We’re excited to announce Swift 6.2, a release aimed at making every Swift developer more productive, regardless of where or how you write code. From improved tooling and libraries to enhancements in concurrency and performance, Swift 6.2 delivers a broad set of features designed for real-world development at every layer of the software stack.
1217

1318
Read on for a deep dive into changes to the language, libraries, workflows, platform support, and next steps for getting started with Swift 6.2.

0 commit comments

Comments
 (0)