File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments