Skip to content

Commit 83b23d9

Browse files
committed
Update CHANGELOG for release 0.4.4
1 parent 5b2fefd commit 83b23d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ package updates, you can specify your package dependency using
1616

1717
---
1818

19+
## [0.4.4] - 2021-07-30
20+
21+
### Fixes
22+
23+
- Includes a workaround for a runtime crash with certain `OptionGroup`
24+
configurations when a command is compiled in release mode.
25+
1926
## [0.4.3] - 2021-04-28
2027

2128
### Additions
@@ -461,7 +468,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
461468

462469
<!-- Link references for releases -->
463470

464-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/0.4.3...HEAD
471+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/0.4.4...HEAD
472+
[0.4.4]: https://github.com/apple/swift-argument-parser/compare/0.4.2...0.4.4
465473
[0.4.3]: https://github.com/apple/swift-argument-parser/compare/0.4.2...0.4.3
466474
[0.4.2]: https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2
467475
[0.4.1]: https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1

0 commit comments

Comments
 (0)