Bump version to 0.4.0

This commit is contained in:
Sami Samhuri 2025-09-10 14:10:39 -07:00
parent 7dee5ab772
commit c77c3cacd7
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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.