From c77c3cacd7373704dc0e69927ac2aac023904418 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 10 Sep 2025 14:10:39 -0700 Subject: [PATCH] Bump version to 0.4.0 --- Changelog.md | 9 ++++++++- Readme.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 20b8bd5..03b1190 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,14 @@ - Your change here. -[Unreleased]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...HEAD +[Unreleased]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.4.0...HEAD + +## [0.4.0] - 2025-09-10 + +### Fixed +- Fixed building with Xcode 26 RC + +[0.4.0]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...0.4.0 ## [0.3.9] - 2025-05-25 diff --git a/Readme.md b/Readme.md index df4bd31..1e56ba6 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file: ```swift -.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.8")) +.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.4.0")) ``` and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.