Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Feb 20, 2024
1 parent 59cebd2 commit 537782a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.1

Released 2024-02-20

- Blob statement parameter binding handling
- Make UpdateHook class final

## 0.5.0

Released 2024-02-05
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "SkipSQL", targets: ["SkipSQL"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.8.0"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.0"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.0"),
.package(url: "https://source.skip.tools/skip.git", from: "0.8.14"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.7"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.1"),
],
targets: [
.target(name: "SkipSQL", dependencies: [
Expand Down

0 comments on commit 537782a

Please sign in to comment.