Skip to content

Commit c77c3ca

Browse files
committed
Bump version to 0.4.0
1 parent 7dee5ab commit c77c3ca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44

55
- Your change here.
66

7-
[Unreleased]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...HEAD
7+
[Unreleased]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.4.0...HEAD
8+
9+
## [0.4.0] - 2025-09-10
10+
11+
### Fixed
12+
- Fixed building with Xcode 26 RC
13+
14+
[0.4.0]: https://github.com/samsonjs/SJSAssetExportSession/compare/0.3.9...0.4.0
815

916
## [0.3.9] - 2025-05-25
1017

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
3434
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
3535

3636
```swift
37-
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.8"))
37+
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.4.0"))
3838
```
3939

4040
and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.

0 commit comments

Comments
 (0)