Skip to content

Commit a2b1335

Browse files
authored
Update changelog headers (#76)
1 parent d1b4589 commit a2b1335

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ 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.1.1](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.1) - June 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.0...0.1.1))
7+
## πŸš€ [Version 0.1.1](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.1) - June 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.0...0.1.1))
88

9-
### Documentation
9+
### πŸ“ Documentation
1010

1111
- Add dependencies label to docs and PR Labels workflow ([#64](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/64))
1212
- Add Swift version and platform badges to README ([#65](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/65))
1313
- Update changelog ([#69](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/69))
1414
- Fix spelling mistake ([#68](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/68))
1515
- Add more issue templates ([#70](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/70))
1616

17-
### Formatting
17+
### 🎨 Formatting
1818

1919
- Remove author from file headers ([#67](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/67))
2020

21-
### Dependencies
21+
### πŸ“¦ Dependencies
2222

2323
- Update SwiftFormat minimum version and output version in CI ([#72](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/72))
2424
- Update SwiftSyntax dependency URL ([#73](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/73))
2525

26-
### CI/CD
26+
### πŸ› οΈ CI/CD
2727

2828
- Add dependencies label to docs and PR Labels workflow ([#64](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/64))
2929
- Update validate-pr-title script ([#66](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/66))
3030
- Add CODEOWNERS ([#71](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/71))
3131
- Update SwiftFormat minimum version and output version in CI ([#72](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/72))
3232

33-
## πŸ“¦ [Version 0.1.0](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.0) - April 21, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/commits/0.1.0))
33+
## πŸš€ [Version 0.1.0](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.0) - April 21, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/commits/0.1.0))
3434

35-
### πŸš€ Initial Release
35+
### πŸŽ‰ Initial Release
3636

3737
This is the first public release of `SwiftSyntaxSugar`, a library that extends and simplifies interaction with [`SwiftSyntax`](https://github.com/swiftlang/swift-syntax),
3838
reducing boilerplate and improving ergonomics for developers building Swift tooling.

0 commit comments

Comments
Β (0)