From 8ac074836bf2933519d7e23ddc02af84862253cd Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:49:57 -0500 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fe970..2be7e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## 📦 [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 +- Add dependencies label to docs and PR Labels workflow ([#64](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/64)) +- Add Swift version and platform badges to README ([#65](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/65)) +- Update changelog ([#69](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/69)) +- Fix spelling mistake ([#68](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/68)) +- Add more issue templates ([#70](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/70)) + +### Formatting +- Remove author from file headers ([#67](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/67)) + +### Dependencies +- Update SwiftSyntax dependency URL ([#73](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/73)) +- Update SwiftFormat minimum version and output version in CI ([#72](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/72)) +- Update SwiftSyntax dependency URL ([#73](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/73)) + +### CI/CD +- Add dependencies label to docs and PR Labels workflow ([#64](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/64)) +- Update validate-pr-title script ([#66](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/66)) +- Add CODEOWNERS ([#71](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/71)) +- Update SwiftFormat minimum version and output version in CI ([#72](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/72)) + ## 📦 [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)) ### 🚀 Initial Release From 7b31ef76a9d64ada4a09634535e66418bd0c15ac Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:55:50 -0500 Subject: [PATCH 2/2] Remove duplicate entry --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be7e0c..287d7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ This project adheres to [Semantic Versioning](https://semver.org). - Remove author from file headers ([#67](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/67)) ### Dependencies -- Update SwiftSyntax dependency URL ([#73](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/73)) - Update SwiftFormat minimum version and output version in CI ([#72](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/72)) - Update SwiftSyntax dependency URL ([#73](https://github.com/fetch-rewards/SwiftSyntaxSugar/pull/73))