Skip to content

Commit 8f4d275

Browse files
authored
Update changelog for 1.2.3 release (#580)
1 parent 9c753ab commit 8f4d275

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

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

1111
---
1212

13+
## [1.2.3] - 2023-08-15
14+
15+
### Additions
16+
17+
- You can now use ArgumentParser with Musl libc. ([#574])
18+
19+
### Fixes
20+
21+
- Fixes a bug where single-page manuals did not include command abstracts for
22+
subcommands. ([#552])
23+
- Fixes a bug where non-optional properties in ParsableCommands could cause
24+
ArgumentParser to crash. You can now include properties like dictionaries in
25+
ParsableCommands without issue. ([#554])
26+
- Fixes a configuration issue which would cause `ArgumentParserTestHelpers` to
27+
fail to link when building for Windows. ([#579])
28+
29+
The 1.2.3 release includes contributions from [compnerd], [gwynne],
30+
[MaxDesiatov], [natecook1000], and [rauhul]. Thank you!
31+
1332
## [1.2.2] - 2023-02-09
1433

1534
### Fixes
@@ -776,7 +795,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
776795

777796
<!-- Link references for releases -->
778797

779-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.2.2...HEAD
798+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.2.3...HEAD
799+
[1.2.3]: https://github.com/apple/swift-argument-parser/compare/1.2.2...1.2.3
780800
[1.2.2]: https://github.com/apple/swift-argument-parser/compare/1.2.1...1.2.2
781801
[1.2.1]: https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1
782802
[1.2.0]: https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
@@ -867,6 +887,10 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
867887
[#547]: https://github.com/apple/swift-argument-parser/pull/547
868888
[#548]: https://github.com/apple/swift-argument-parser/pull/548
869889
[#550]: https://github.com/apple/swift-argument-parser/pull/550
890+
[#552]: https://github.com/apple/swift-argument-parser/pull/552
891+
[#554]: https://github.com/apple/swift-argument-parser/pull/554
892+
[#574]: https://github.com/apple/swift-argument-parser/pull/574
893+
[#579]: https://github.com/apple/swift-argument-parser/pull/579
870894

871895
<!-- Link references for contributors -->
872896

@@ -897,6 +921,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
897921
[glessard]: https://github.com/apple/swift-argument-parser/commits?author=glessard
898922
[gmittert]: https://github.com/apple/swift-argument-parser/commits?author=gmittert
899923
[griffin-stewie]: https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
924+
[gwynne]: https://github.com/apple/swift-argument-parser/commits?author=gwynne
900925
[iainsmith]: https://github.com/apple/swift-argument-parser/commits?author=iainsmith
901926
[ian-twilightcoder]: https://github.com/apple/swift-argument-parser/commits?author=ian-twilightcoder
902927
[ibrahimoktay]: https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay

0 commit comments

Comments
 (0)