Skip to content

Files

Latest commit

Jan 10, 2024
e6ed92f · Jan 10, 2024

History

History
27 lines (14 loc) · 715 Bytes

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 715 Bytes

Change Log for Parseargs

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0 - 2024-01-10

Added

  • Build and test on MacOS. Add MacOS binary to release artifacts (as tar.gz).

CHANGED

  • Allow multiple '-o' / '--options' and join their values before parsing.

  • Simplify Generated code to test whether shell function exists.

0.1.0 - 2023-09-09

Initial Release