Skip to content

Commit

Permalink
Update changelog for 1.2.2 release (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
natecook1000 authored Feb 9, 2023
1 parent f674173 commit fee6933
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Add new items at the end of the relevant section under **Unreleased**.

---

## [1.2.2] - 2023-02-09

### Fixes

- Arguments with the `.allUnrecognized` parsing strategy no longer consume
built-in flags like `--help` and `--version`. ([#550])
- Fixes an issue introduced in version 1.2.0 where properties with underscored
names couldn't be parsed. ([#548])
- Improves the error message for cases where platform availability causes the
synchronous `ParsableCommand.main()` static method to be run on an
`AsyncParsableCommand` type. ([#547])

## [1.2.1] - 2023-01-12

### Changes
Expand Down Expand Up @@ -764,7 +776,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co

<!-- Link references for releases -->

[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.2.1...HEAD
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.2.2...HEAD
[1.2.2]: https://github.com/apple/swift-argument-parser/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
[1.1.4]: https://github.com/apple/swift-argument-parser/compare/1.1.3...1.1.4
Expand Down Expand Up @@ -851,6 +864,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
[#522]: https://github.com/apple/swift-argument-parser/pull/522
[#535]: https://github.com/apple/swift-argument-parser/pull/535
[#542]: https://github.com/apple/swift-argument-parser/pull/542
[#547]: https://github.com/apple/swift-argument-parser/pull/547
[#548]: https://github.com/apple/swift-argument-parser/pull/548
[#550]: https://github.com/apple/swift-argument-parser/pull/550

<!-- Link references for contributors -->

Expand Down

0 comments on commit fee6933

Please sign in to comment.