Skip to content

Commit d32d503

Browse files
authored
Update changelog headers (#41)
1 parent 2e3a5fb commit d32d503

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.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

4848
This 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

Comments
Β (0)