Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

## πŸš€ [Version 0.1.2](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.2) - October 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.1...0.1.2))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make sure you change this to the actual release date before merging. If you're going to create the release today:

Suggested change
## πŸš€ [Version 0.1.2](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.2) - October 24, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.1...0.1.2))
## πŸš€ [Version 0.1.2](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.2) - October 27, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/compare/0.1.1...0.1.2))


### πŸ“ Documentation

- Update changelog formatting ([#75](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/75))
- Update changelog headers ([#76](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/76))

### πŸ“¦ Dependencies

- Upgrade `swift-syntax` to 602.0.0 ([#77](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/77))

## πŸš€ [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))

### πŸ“ Documentation
Expand Down
Loading