@@ -16,6 +16,26 @@ package updates, you can specify your package dependency using
1616
1717--- 
1818
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+ 
1939## [ 0.3.1]  - 2020-09-02 
2040
2141### Fixes  
@@ -346,7 +366,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
346366
347367<!--  Link references for releases --> 
348368
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 
350371[ 0.3.1 ] : https://github.com/apple/swift-argument-parser/compare/0.3.0...0.3.1 
351372[ 0.3.0 ] : https://github.com/apple/swift-argument-parser/compare/0.2.2...0.3.0 
352373[ 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
363384<!--  Link references for pull requests --> 
364385
365386[ #65 ] : https://github.com/apple/swift-argument-parser/pull/65 
387+ [ #256 ] : https://github.com/apple/swift-argument-parser/pull/256 
366388
367389<!--  Link references for contributors --> 
368390
@@ -372,10 +394,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
372394[ BradLarson ] : https://github.com/apple/swift-argument-parser/commits?author=BradLarson 
373395[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface 
374396[ 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 
375399[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan 
400+ [ drewmccormack ] : https://github.com/apple/swift-argument-parser/commits?author=drewmccormack 
376401[ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams 
377402[ erica ] : https://github.com/apple/swift-argument-parser/commits?author=erica 
378403[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard 
404+ [ gmittert ] : https://github.com/apple/swift-argument-parser/commits?author=gmittert 
379405[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie 
380406[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith 
381407[ 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
386412[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork 
387413[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter 
388414[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua 
415+ [ MaxDesiatov ] : https://github.com/apple/swift-argument-parser/commits?author=MaxDesiatov 
389416[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev 
390417[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is 
391418[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000 
392419[ NicFontana ] : https://github.com/apple/swift-argument-parser/commits?author=NicFontana 
393420[ owenv ] : https://github.com/apple/swift-argument-parser/commits?author=owenv 
421+ [ pegasuze ] : https://github.com/apple/swift-argument-parser/commits?author=pegasuze 
394422[ rjstelling ] : https://github.com/apple/swift-argument-parser/commits?author=rjstelling 
395423[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon 
396424[ schlagelk ] : https://github.com/apple/swift-argument-parser/commits?author=schlagelk 
425+ [ SergeyPetrachkov ] : https://github.com/apple/swift-argument-parser/commits?author=SergeyPetrachkov 
397426[ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v 
398427[ sharplet ] : https://github.com/apple/swift-argument-parser/commits?author=sharplet 
399428[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora 
0 commit comments