Skip to content

Commit 9a42634

Browse files
Add changelog to project with initial release
1 parent bcbb8a1 commit 9a42634

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CHANGELOG
2+
3+
<!--
4+
Add new items at the end of the relevant section under **Unreleased**.
5+
-->
6+
7+
## [Unreleased]
8+
9+
*No new changes.*
10+
11+
---
12+
13+
## [0.1.0] - 2024-07-22
14+
15+
- `swift-evolution-metadata-extractor` initial release.
16+
17+
---
18+
19+
This changelog's format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
20+
21+
<!-- Link references for releases -->
22+
23+
[Unreleased]: https://github.com/swiftlang/swift-evolution-metadata-extractor/compare/0.1.0...HEAD
24+
[0.1.0]: https://github.com/swiftlang/swift-evolution-metadata-extractor/releases/tag/0.1.0

0 commit comments

Comments
 (0)