Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 13, 2024
1 parent 960572b commit 3665687
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.1

Released 2024-12-12

- Merge pull request #33 from skiptools/anybridge
- Bridge 'Any' types
- Snapshot progress towards bridging Any and polymorphic types
- Update README

## 0.1.1

Released 2024-12-01
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ let package = Package(
.library(name: "SkipBridgeToSwiftSamplesTestsSupport", type: .dynamic, targets: ["SkipBridgeToSwiftSamplesTestsSupport"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.2.1"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "1.2.1"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.8"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "1.2.2"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.2"),
],
targets: [
.target(name: "CJNI"),
Expand Down

0 comments on commit 3665687

Please sign in to comment.