@@ -16,6 +16,26 @@ package updates, you can specify your package dependency using
16
16
17
17
---
18
18
19
+ ## [ 0.3.2] - 2021-01-15
20
+
21
+ ### Fixes
22
+
23
+ - Changes made to a command's properties in its ` validate ` method are now
24
+ persisted.
25
+ - The exit code defined by error types that conform to ` CustomNSError ` are now
26
+ honored.
27
+ - Improved error message when declaring a command type with an unadorned
28
+ mutable property. (See [ #256 ] for more.)
29
+ - Migrated from ` CRT ` to ` MSVCRT ` for Windows platforms.
30
+ - Fixes and improvements for building with CMake for Windows and Apple Silicon.
31
+ - Documentation improvements.
32
+
33
+ The 0.3.2 release includes contributions from [ compnerd] , [ CypherPoet] ,
34
+ [ damuellen] , [ drewmccormack] , [ elliottwilliams] , [ gmittert] , [ MaxDesiatov] ,
35
+ [ natecook1000] , [ pegasuze] , and [ SergeyPetrachkov] . Thank you!
36
+
37
+ ---
38
+
19
39
## [ 0.3.1] - 2020-09-02
20
40
21
41
### Fixes
@@ -346,7 +366,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
346
366
347
367
<!-- Link references for releases -->
348
368
349
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.3.1...HEAD
369
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...HEAD
370
+ [ 0.3.2 ] : https://github.com/apple/swift-argument-parser/compare/0.3.1...0.3.2
350
371
[ 0.3.1 ] : https://github.com/apple/swift-argument-parser/compare/0.3.0...0.3.1
351
372
[ 0.3.0 ] : https://github.com/apple/swift-argument-parser/compare/0.2.2...0.3.0
352
373
[ 0.2.2 ] : https://github.com/apple/swift-argument-parser/compare/0.2.1...0.2.2
@@ -363,6 +384,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
363
384
<!-- Link references for pull requests -->
364
385
365
386
[ #65 ] : https://github.com/apple/swift-argument-parser/pull/65
387
+ [ #256 ] : https://github.com/apple/swift-argument-parser/pull/256
366
388
367
389
<!-- Link references for contributors -->
368
390
@@ -372,10 +394,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
372
394
[ BradLarson ] : https://github.com/apple/swift-argument-parser/commits?author=BradLarson
373
395
[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface
374
396
[ compnerd ] : https://github.com/apple/swift-argument-parser/commits?author=compnerd
397
+ [ CypherPoet ] : https://github.com/apple/swift-argument-parser/commits?author=CypherPoet
398
+ [ damuellen ] : https://github.com/apple/swift-argument-parser/commits?author=damuellen
375
399
[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan
400
+ [ drewmccormack ] : https://github.com/apple/swift-argument-parser/commits?author=drewmccormack
376
401
[ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
377
402
[ erica ] : https://github.com/apple/swift-argument-parser/commits?author=erica
378
403
[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
404
+ [ gmittert ] : https://github.com/apple/swift-argument-parser/commits?author=gmittert
379
405
[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
380
406
[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
381
407
[ ibrahimoktay ] : https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
@@ -386,14 +412,17 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
386
412
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
387
413
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
388
414
[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
415
+ [ MaxDesiatov ] : https://github.com/apple/swift-argument-parser/commits?author=MaxDesiatov
389
416
[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
390
417
[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is
391
418
[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
392
419
[ NicFontana ] : https://github.com/apple/swift-argument-parser/commits?author=NicFontana
393
420
[ owenv ] : https://github.com/apple/swift-argument-parser/commits?author=owenv
421
+ [ pegasuze ] : https://github.com/apple/swift-argument-parser/commits?author=pegasuze
394
422
[ rjstelling ] : https://github.com/apple/swift-argument-parser/commits?author=rjstelling
395
423
[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
396
424
[ schlagelk ] : https://github.com/apple/swift-argument-parser/commits?author=schlagelk
425
+ [ SergeyPetrachkov ] : https://github.com/apple/swift-argument-parser/commits?author=SergeyPetrachkov
397
426
[ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v
398
427
[ sharplet ] : https://github.com/apple/swift-argument-parser/commits?author=sharplet
399
428
[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
0 commit comments