@@ -4,9 +4,9 @@ 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.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 ) )
7+ ## π [ 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 ) )
88
9- ### <a name =" breaking-changes-0.2.0 " ></a >Breaking Changes
9+ ### π¨ <a name =" breaking-changes-0.2.0 " ></a >Breaking Changes
1010
1111- Rename package to Swift Locking ([ #35 ] ( https://github.com/fetch-rewards/swift-locking/pull/35 ) )
1212 - References to the package URL should be changed to ` "https://github.com/fetch-rewards/swift-locking.git" ` .
@@ -16,34 +16,34 @@ This project adheres to [Semantic Versioning](https://semver.org).
1616> [ !NOTE]
1717> Historical changelog entries before this version may reference the old repository name: Swift Synchronization.
1818
19- ### Bug Fixes
19+ ### π Bug Fixes
2020
2121- ** [[ BREAKING] ( #breaking-changes-0.2.0 )] ** Rename package to Swift Locking ([ #35 ] ( https://github.com/fetch-rewards/swift-locking/pull/35 ) )
2222
23- ### Documentation
23+ ### π Documentation
2424
2525- Add SPI badges to README ([ #28 ] ( https://github.com/fetch-rewards/swift-locking/pull/28 ) )
2626- Fix spelling mistake ([ #30 ] ( https://github.com/fetch-rewards/swift-locking/pull/30 ) )
2727- Add more issue templates ([ #31 ] ( https://github.com/fetch-rewards/swift-locking/pull/31 ) )
2828
29- ### Formatting
29+ ### π¨ Formatting
3030
3131- Remove author from file headers ([ #29 ] ( https://github.com/fetch-rewards/swift-locking/pull/29 ) )
3232
33- ### Dependencies
33+ ### π¦ Dependencies
3434
3535- Update SwiftFormat minimum version and output version in CI ([ #33 ] ( https://github.com/fetch-rewards/swift-locking/pull/33 ) )
3636- Update SwiftSyntax dependency URL ([ #36 ] ( https://github.com/fetch-rewards/swift-locking/pull/36 ) )
3737- Update SwiftSyntaxSugar dependency version to 0.1.1 ([ #39 ] ( https://github.com/fetch-rewards/swift-locking/pull/39 ) )
3838
39- ### CI/CD
39+ ### π οΈ CI/CD
4040
4141- Add CODEOWNERS ([ #32 ] ( https://github.com/fetch-rewards/swift-locking/pull/32 ) )
4242- Update SwiftFormat minimum version and output version in CI ([ #33 ] ( https://github.com/fetch-rewards/swift-locking/pull/33 ) )
4343
44- ## π¦ [ Version 0.1.0] ( https://github.com/fetch-rewards/swift-locking/releases/tag/0.1.0 ) - April 23, 2025 ([ Full Changelog] ( https://github.com/fetch-rewards/swift-locking/commits/0.1.0 ) )
44+ ## π [ Version 0.1.0] ( https://github.com/fetch-rewards/swift-locking/releases/tag/0.1.0 ) - April 23, 2025 ([ Full Changelog] ( https://github.com/fetch-rewards/swift-locking/commits/0.1.0 ) )
4545
46- ### π Initial Release
46+ ### π Initial Release
4747
4848This is the first public release of Swift Synchronization, a library that provides a collection of Swift macros used to protect shared mutable state.
4949
0 commit comments