File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.1] - 2022-07-16
11+
1012### Added
1113
1214- Updated the Readme documentation to include the newly added functionality for arg types and methods.
@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618- Enabled customization of the help headings and help values to be used for sub-cmds, arguments, flags and options.
1719- Implemented a simple caching policy to improve performance
1820- Integrated ` DisableColor ` setting and functionality
21+ - Created a simple contributing guide
1922
2023### Changed
2124
@@ -157,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157160- Simple examples and indepth docs
158161- Fair amount of tests and coverage
159162
160- [ unreleased ] : https://github.com/ndaba1/gommander/compare/v0.2.0...HEAD
163+ [ unreleased ] : https://github.com/ndaba1/gommander/compare/v0.2.1...HEAD
164+ [ 0.2.1 ] : https://github.com/ndaba1/gommander/compare/v0.2.0...v0.2.1
161165[ 0.2.0 ] : https://github.com/ndaba1/gommander/compare/v0.1.7...v0.2.0
162166[ 0.1.7 ] : https://github.com/ndaba1/gommander/compare/v0.1.6...v0.1.7
163167[ 0.1.6 ] : https://github.com/ndaba1/gommander/compare/v0.1.5...v0.1.6
You can’t perform that action at this time.
0 commit comments