Skip to content

Commit 33b9258

Browse files
Update SwiftSyntax and SwiftSyntaxSugar (#42)
Co-authored-by: Gray Campbell <[email protected]>
1 parent d32d503 commit 33b9258

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
- Update SwiftSyntax and SwiftSyntaxSugar ([#42](https://github.com/fetch-rewards/swift-locking/pull/42))
16+
717
## πŸš€ [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))
818

919
### 🚨 <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)