Skip to content

Commit 3db69ac

Browse files
committed
1 parent 89c427c commit 3db69ac

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.2
2+
3+
Released 2024-10-16
4+
5+
- Bump cmake_minimum_required to 3.3 to fix skip export error
6+
17
## 0.4.1
28

39
Released 2024-08-15

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ let package = Package(
99
.library(name: "SkipZip", type: .dynamic, targets: ["SkipZip"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://source.skip.tools/skip.git", from: "1.0.4"),
13-
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.0"),
14-
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"),
15-
.package(url: "https://source.skip.tools/skip-ffi.git", "0.0.0"..<"2.0.0"),
12+
.package(url: "https://source.skip.tools/skip.git", from: "1.1.11"),
13+
.package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.1"),
14+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.11"),
15+
.package(url: "https://source.skip.tools/skip-ffi.git", from: "1.0.0"),
1616
],
1717
targets: [
1818
.target(name: "SkipZip", dependencies: [

0 commit comments

Comments
 (0)