File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ Add new items at the end of the relevant section under **Unreleased**.
10
10
11
11
---
12
12
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
+
13
21
## [ 1.0.0] - 2021-09-10
14
22
15
23
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
527
535
528
536
<!-- Link references for releases -->
529
537
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
531
540
[ 1.0.0 ] : https://github.com/apple/swift-argument-parser/compare/0.5.0...1.0.0
532
541
[ 0.5.0 ] : https://github.com/apple/swift-argument-parser/compare/0.4.4...0.5.0
533
542
[ 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
596
605
[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
597
606
[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
598
607
[ ibrahimoktay ] : https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
608
+ [ imxieyi ] : https://github.com/apple/swift-argument-parser/commits?author=imxieyi
599
609
[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
600
610
[ interstateone ] : https://github.com/apple/swift-argument-parser/commits?author=interstateone
601
611
[ john-mueller ] : https://github.com/apple/swift-argument-parser/commits?author=john-mueller
You can’t perform that action at this time.
0 commit comments