File tree 1 file changed +9
-1
lines changed
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
16
16
17
17
---
18
18
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
+
19
26
## [ 0.4.3] - 2021-04-28
20
27
21
28
### Additions
@@ -461,7 +468,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
461
468
462
469
<!-- Link references for releases -->
463
470
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
465
473
[ 0.4.3 ] : https://github.com/apple/swift-argument-parser/compare/0.4.2...0.4.3
466
474
[ 0.4.2 ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2
467
475
[ 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