File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55This 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
Original file line number Diff line number Diff 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: [
You canβt perform that action at this time.
0 commit comments