Skip to content

Commit fa9fafb

Browse files
committed
Update changelog
1 parent 495ff8c commit fa9fafb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Align.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx";
351351
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
352352
SWIFT_STRICT_CONCURRENCY = complete;
353-
SWIFT_VERSION = 5.0;
353+
SWIFT_VERSION = 6.0;
354354
TVOS_DEPLOYMENT_TARGET = 15.6;
355355
VERSIONING_SYSTEM = "apple-generic";
356356
VERSION_INFO_PREFIX = "";
@@ -370,7 +370,7 @@
370370
SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx";
371371
SWIFT_OPTIMIZATION_LEVEL = "-O";
372372
SWIFT_STRICT_CONCURRENCY = complete;
373-
SWIFT_VERSION = 5.0;
373+
SWIFT_VERSION = 6.0;
374374
TVOS_DEPLOYMENT_TARGET = 15.6;
375375
VALIDATE_PRODUCT = YES;
376376
VERSIONING_SYSTEM = "apple-generic";

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Align 3
44

5+
## Align 3.3
6+
7+
*Sep 13, 2024*
8+
9+
- Add `Sendable` and `@MainActor` annotations
10+
- Add compatibility with Swift 6 and Xcode 16
11+
512
## Align 3.2
613

714
*April 13, 2024*

0 commit comments

Comments
 (0)