Skip to content

Commit d2930e8

Browse files
authored
Update CHANGELOG for release 1.0.1 (#357)
1 parent afe0b95 commit d2930e8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Add new items at the end of the relevant section under **Unreleased**.
1010

1111
---
1212

13+
## [1.0.1] - 2021-09-14
14+
15+
## Fixes
16+
17+
- Addresses an issue when compiling under Mac Catalyst.
18+
19+
The 1.0.1 release includes a contribution from [imxieyi]. Thank you!
20+
1321
## [1.0.0] - 2021-09-10
1422

1523
The 1.0 release marks an important milestone —
@@ -527,7 +535,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
527535

528536
<!-- Link references for releases -->
529537

530-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.0.0...HEAD
538+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.0.1...HEAD
539+
[1.0.1]: https://github.com/apple/swift-argument-parser/compare/1.0.0...1.0.1
531540
[1.0.0]: https://github.com/apple/swift-argument-parser/compare/0.5.0...1.0.0
532541
[0.5.0]: https://github.com/apple/swift-argument-parser/compare/0.4.4...0.5.0
533542
[0.4.4]: https://github.com/apple/swift-argument-parser/compare/0.4.3...0.4.4
@@ -596,6 +605,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
596605
[griffin-stewie]: https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
597606
[iainsmith]: https://github.com/apple/swift-argument-parser/commits?author=iainsmith
598607
[ibrahimoktay]: https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
608+
[imxieyi]: https://github.com/apple/swift-argument-parser/commits?author=imxieyi
599609
[IngmarStein]: https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
600610
[interstateone]: https://github.com/apple/swift-argument-parser/commits?author=interstateone
601611
[john-mueller]: https://github.com/apple/swift-argument-parser/commits?author=john-mueller

0 commit comments

Comments
 (0)