@@ -10,6 +10,18 @@ Add new items at the end of the relevant section under **Unreleased**.
1010
1111---
1212
13+ ## [ 1.2.2] - 2023-02-09
14+
15+ ### Fixes
16+
17+ - Arguments with the ` .allUnrecognized ` parsing strategy no longer consume
18+ built-in flags like ` --help ` and ` --version ` . ([ #550 ] )
19+ - Fixes an issue introduced in version 1.2.0 where properties with underscored
20+ names couldn't be parsed. ([ #548 ] )
21+ - Improves the error message for cases where platform availability causes the
22+ synchronous ` ParsableCommand.main() ` static method to be run on an
23+ ` AsyncParsableCommand ` type. ([ #547 ] )
24+
1325## [ 1.2.1] - 2023-01-12
1426
1527### Changes
@@ -764,7 +776,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
764776
765777<!-- Link references for releases -->
766778
767- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.1...HEAD
779+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.2...HEAD
780+ [ 1.2.2 ] : https://github.com/apple/swift-argument-parser/compare/1.2.1...1.2.2
768781[ 1.2.1 ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1
769782[ 1.2.0 ] : https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
770783[ 1.1.4 ] : https://github.com/apple/swift-argument-parser/compare/1.1.3...1.1.4
@@ -851,6 +864,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
851864[ #522 ] : https://github.com/apple/swift-argument-parser/pull/522
852865[ #535 ] : https://github.com/apple/swift-argument-parser/pull/535
853866[ #542 ] : https://github.com/apple/swift-argument-parser/pull/542
867+ [ #547 ] : https://github.com/apple/swift-argument-parser/pull/547
868+ [ #548 ] : https://github.com/apple/swift-argument-parser/pull/548
869+ [ #550 ] : https://github.com/apple/swift-argument-parser/pull/550
854870
855871<!-- Link references for contributors -->
856872
0 commit comments