@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org ) .
6
6
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 ) )
8
8
9
- ### <a name =" breaking-changes-0.2.0 " ></a >Breaking Changes
9
+ ### π¨ <a name =" breaking-changes-0.2.0 " ></a >Breaking Changes
10
10
11
11
- Rename package to Swift Locking ([ #35 ] ( https://github.com/fetch-rewards/swift-locking/pull/35 ) )
12
12
- 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).
16
16
> [ !NOTE]
17
17
> Historical changelog entries before this version may reference the old repository name: Swift Synchronization.
18
18
19
- ### Bug Fixes
19
+ ### π Bug Fixes
20
20
21
21
- ** [[ BREAKING] ( #breaking-changes-0.2.0 )] ** Rename package to Swift Locking ([ #35 ] ( https://github.com/fetch-rewards/swift-locking/pull/35 ) )
22
22
23
- ### Documentation
23
+ ### π Documentation
24
24
25
25
- Add SPI badges to README ([ #28 ] ( https://github.com/fetch-rewards/swift-locking/pull/28 ) )
26
26
- Fix spelling mistake ([ #30 ] ( https://github.com/fetch-rewards/swift-locking/pull/30 ) )
27
27
- Add more issue templates ([ #31 ] ( https://github.com/fetch-rewards/swift-locking/pull/31 ) )
28
28
29
- ### Formatting
29
+ ### π¨ Formatting
30
30
31
31
- Remove author from file headers ([ #29 ] ( https://github.com/fetch-rewards/swift-locking/pull/29 ) )
32
32
33
- ### Dependencies
33
+ ### π¦ Dependencies
34
34
35
35
- Update SwiftFormat minimum version and output version in CI ([ #33 ] ( https://github.com/fetch-rewards/swift-locking/pull/33 ) )
36
36
- Update SwiftSyntax dependency URL ([ #36 ] ( https://github.com/fetch-rewards/swift-locking/pull/36 ) )
37
37
- Update SwiftSyntaxSugar dependency version to 0.1.1 ([ #39 ] ( https://github.com/fetch-rewards/swift-locking/pull/39 ) )
38
38
39
- ### CI/CD
39
+ ### π οΈ CI/CD
40
40
41
41
- Add CODEOWNERS ([ #32 ] ( https://github.com/fetch-rewards/swift-locking/pull/32 ) )
42
42
- Update SwiftFormat minimum version and output version in CI ([ #33 ] ( https://github.com/fetch-rewards/swift-locking/pull/33 ) )
43
43
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 ) )
45
45
46
- ### π Initial Release
46
+ ### π Initial Release
47
47
48
48
This is the first public release of Swift Synchronization, a library that provides a collection of Swift macros used to protect shared mutable state.
49
49
0 commit comments