We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbb8a1 commit 9a42634Copy full SHA for 9a42634
CHANGELOG.md
@@ -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