Skip to content

Commit b37d198

Browse files
committed
Update Swift Syntax and Swift Syntax Sugar
1 parent d32d503 commit b37d198

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org).
66

7+
## πŸš€ [Version 0.2.1](https://github.com/fetch-rewards/swift-locking/releases/tag/0.2.1) - October 27, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-locking/compare/0.2.0...0.2.1))
8+
9+
### πŸ“ Documentation
10+
11+
- Update changelog headers ([#41](https://github.com/fetch-rewards/swift-locking/pull/41))
12+
13+
### πŸ“¦ Dependencies
14+
15+
- Upgrade `swift-syntax` to 602.0.0 ([#42](https://github.com/fetch-rewards/swift-locking/pull/42))
16+
- Upgrade `SwiftSyntaxSugar` to `0.1.2` ([#42](https://github.com/fetch-rewards/swift-locking/pull/42))
17+
18+
719
## πŸš€ [Version 0.2.0](https://github.com/fetch-rewards/swift-locking/releases/tag/0.2.0) - June 25, 2025 ([Full Changelog](https://github.com/fetch-rewards/swift-locking/compare/0.1.0...0.2.0))
820

921
### 🚨 <a name="breaking-changes-0.2.0"></a>Breaking Changes

β€ŽPackage.swiftβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ let package = Package(
2525
dependencies: [
2626
.package(
2727
url: "https://github.com/swiftlang/swift-syntax.git",
28-
exact: "600.0.0" // Must match SwiftSyntaxSugar's swift-syntax version
28+
from: "602.0.0" // Keep aligned with SwiftSyntaxSugar's swift-syntax version
2929
),
3030
.package(
3131
url: "https://github.com/fetch-rewards/SwiftSyntaxSugar.git",
32-
exact: "0.1.1"
32+
exact: "0.1.2"
3333
),
3434
],
3535
targets: [

0 commit comments

Comments
Β (0)