Skip to content

Commit 3e2cbfa

Browse files
authored
Add changelog (#62)
Signed-off-by: Gray Campbell <[email protected]>
1 parent 4c7f116 commit 3e2cbfa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](https://semver.org).
6+
7+
## 📦 [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))
8+
9+
### 🚀 Initial Release
10+
11+
This is the first public release of `SwiftSyntaxSugar`, a library that extends and simplifies interaction with [`SwiftSyntax`](https://github.com/swiftlang/swift-syntax),
12+
aiming to reduce boilerplate and improve ergonomics for developers building Swift tooling.
13+
14+
This initial release includes:
15+
16+
- Expressive syntax that improves the ergonomics of working with `SwiftSyntax` types
17+
- Powerful, convenient extensions that reduce boilerplate when parsing Swift syntax trees
18+
- A well-tested foundation on which to build Swift tooling

0 commit comments

Comments
 (0)