Skip to content

Commit bc3038f

Browse files
committed
SwiftGen 6.6.1
1 parent 24b7a10 commit bc3038f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
## 6.6.1
6+
7+
### Changes in core dependencies of SwiftGenPlugin
8+
9+
* [SwiftGen 6.6.1](https://github.com/SwiftGen/SwiftGen/blob/6.6.1/CHANGELOG.md)
10+
511
## 6.6.0
612

713
### Changes in core dependencies of SwiftGenPlugin

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ let package = Package(
2929
),
3030
.binaryTarget(
3131
name: "swiftgen",
32-
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.0/swiftgen-6.6.0.artifactbundle.zip",
33-
checksum: "1f6f4739df2e3299a07682859f4c72c5e18b66a553f329f9cd3a8cfbcfa21917"
32+
url: "https://github.com/SwiftGen/SwiftGen/releases/download/6.6.1/swiftgen-6.6.1.artifactbundle.zip",
33+
checksum: "69f0dae351747247a3dd88985a8643e527aff87e677963b4db59f6b67fbadbb7"
3434
)
3535
]
3636
)

0 commit comments

Comments
 (0)