diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0dfc3..374a898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.5.0 + +Released 2024-08-15 + + - Disable failing tests on Android emulator + - Bump dependencies + - ci: update workflow actions location + - Skip intl tests on Android due to exclusion of android-jsc-intl + ## 0.4.1 Released 2024-03-02 diff --git a/Package.swift b/Package.swift index f2b5f06..bb2f2c2 100644 --- a/Package.swift +++ b/Package.swift @@ -6,12 +6,12 @@ let package = Package( defaultLocalization: "en", platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9), .macCatalyst(.v16)], products: [ - .library(name: "SkipScript", type: .dynamic, targets: ["SkipScript"]), + .library(name: "SkipScript", targets: ["SkipScript"]), ], dependencies: [ - .package(url: "https://source.skip.tools/skip.git", from: "0.9.4"), - .package(url: "https://source.skip.tools/skip-foundation.git", from: "0.7.0"), - .package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.3"), + .package(url: "https://source.skip.tools/skip.git", from: "1.0.4"), + .package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"), + .package(url: "https://source.skip.tools/skip-ffi.git", "0.0.0"..<"2.0.0"), ], targets: [ .target(name: "SkipScript", dependencies: [