From fa9fafb26d8e7c2e8183a57b0a9b6e9ce702ff15 Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 13 Sep 2024 19:17:07 -0400 Subject: [PATCH] Update changelog --- Align.xcodeproj/project.pbxproj | 4 ++-- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Align.xcodeproj/project.pbxproj b/Align.xcodeproj/project.pbxproj index d7d3855..3f600f0 100644 --- a/Align.xcodeproj/project.pbxproj +++ b/Align.xcodeproj/project.pbxproj @@ -350,7 +350,7 @@ SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_STRICT_CONCURRENCY = complete; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 6.0; TVOS_DEPLOYMENT_TARGET = 15.6; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -370,7 +370,7 @@ SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx"; SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_STRICT_CONCURRENCY = complete; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 6.0; TVOS_DEPLOYMENT_TARGET = 15.6; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f468d5..4bee4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Align 3 +## Align 3.3 + +*Sep 13, 2024* + +- Add `Sendable` and `@MainActor` annotations +- Add compatibility with Swift 6 and Xcode 16 + ## Align 3.2 *April 13, 2024*