mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-04-27 14:57:46 +00:00
Bump version to 0.4.0
This commit is contained in:
parent
7dee5ab772
commit
c77c3cacd7
2 changed files with 9 additions and 2 deletions
|
|
@ -4,7 +4,14 @@
|
||||||
|
|
||||||
- Your change here.
|
- 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
|
## [0.3.9] - 2025-05-25
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
|
||||||
|
|
||||||
```swift
|
```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.
|
and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue