File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 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**.
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
1523The 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
You can’t perform that action at this time.
0 commit comments