Skip to content

Commit d0062fc

Browse files
committed
1 parent 0488209 commit d0062fc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.0
2+
3+
Released 2024-08-15
4+
5+
- Disable failing tests on Android emulator
6+
- Bump dependencies
7+
- ci: update workflow actions location
8+
- Skip intl tests on Android due to exclusion of android-jsc-intl
9+
110
## 0.4.1
211

312
Released 2024-03-02

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ let package = Package(
66
defaultLocalization: "en",
77
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9), .macCatalyst(.v16)],
88
products: [
9-
.library(name: "SkipScript", type: .dynamic, targets: ["SkipScript"]),
9+
.library(name: "SkipScript", targets: ["SkipScript"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://source.skip.tools/skip.git", from: "0.9.4"),
13-
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.7.0"),
14-
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.3"),
12+
.package(url: "https://source.skip.tools/skip.git", from: "1.0.4"),
13+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"),
14+
.package(url: "https://source.skip.tools/skip-ffi.git", "0.0.0"..<"2.0.0"),
1515
],
1616
targets: [
1717
.target(name: "SkipScript", dependencies: [

0 commit comments

Comments
 (0)