Skip to content

Releases: dskrypa/cli_command_parser

2026.02.01

01 Feb 15:43

Choose a tag to compare

Relevant Changes

  • Removed unnecessary command_parent attribute from CommandParameters by @dskrypa in #136
  • Added Bytes Input Type by @dskrypa in #141

Dependabot Changes

Full Changelog: 2025.11.01...2026.02.01

2025.11.01

01 Nov 19:25

Choose a tag to compare

Relevant Changes

  • Dropped Python 3.9 Support by @dskrypa in #127
  • Fixed type inference from annotations using union syntax by @dskrypa in #127

Dependabot Changes

  • Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #122
  • Bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #121
  • Bump github/codeql-action from 4.30.7 to 4.30.8 by @dependabot[bot] in #123
  • Bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #124
  • Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #126
  • Bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #125

Full Changelog: 2025.09.27...2025.11.01

2025.09.27

27 Sep 12:23

Choose a tag to compare

Relevant Changes

  • Added user-callable print_help function by @dskrypa in #120

Dependabot Changes

Full Changelog: 2025.07.13...2025.09.27

2025.07.13

13 Jul 18:05

Choose a tag to compare

What's Changed

  • Fixed variable Option arguments with default Actions by @dskrypa in #107

Full Changelog: 2025.07.10...2025.07.13

2025.07.10

10 Jul 11:41

Choose a tag to compare

What's Changed

Full Changelog: 2025.06.14...2025.07.10

2025.06.14

14 Jun 14:48

Choose a tag to compare

Relevant Changes

What's Changed

  • Bump github/codeql-action from 3.28.17 to 3.28.19 by @dependabot in #100
  • Bump ossf/scorecard-action from 2.4.0 to 2.4.2 by @dependabot in #99
  • Bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #98
  • Bump actions/upload-artifact from 3.2.1.pre.node20 to 4.6.2 by @dependabot in #95

Full Changelog: 2025.05.10...2025.06.14

2025.05.10

10 May 14:48

Choose a tag to compare

Most changes are related to GitHub Actions dependency version bumps, and do not affect the code / release.

The primary relevant change was to implement the fix_default method for the ChoiceMap input type.

What's Changed

  • Create scorecard.yml by @dskrypa in #80
  • added pgp sign step to makefile; updated year in version file; added … by @dskrypa in #81
  • Update run-tests.yml by @dskrypa in #91
  • Bump codecov/codecov-action from 5.1.1 to 5.4.0 by @dependabot in #92
  • Bump actions/upload-artifact from 97a0fba1372883ab732affbe8f94b823f91727db to c24449f33cd45d4826c6702db7e49f7cdb9b551d by @dependabot in #82
  • Bump ossf/scorecard-action from 2.3.1 to 2.4.0 by @dependabot in #83
  • Bump github/codeql-action from 3.27.9 to 3.28.9 by @dependabot in #90
  • Bump actions/setup-python from 5.3.0 to 5.5.0 by @dependabot in #93
  • Added missing fix_default method for ChoiceMap by @dskrypa in #94

Full Changelog: 2024.12.15...2025.05.10

2024.12.15

15 Dec 15:55

Choose a tag to compare

Relevant Changes

  • Improved input validation error messages for values from env variables by @dskrypa in #78

Misc Project Metadata / Workflow Changes

Full Changelog: 2024.11.02...2024.12.15

2024.11.02

02 Nov 20:06

Choose a tag to compare

What's Changed

  • Improved RST Table Generation for Documentation & Removed Python 3.8 Support by @dskrypa in #68

Full Changelog: 2024.09.07...2024.11.02

2024.09.07

07 Sep 18:02

Choose a tag to compare

What's Changed

  • fixed docs_url and other metadata keys that could not be provided as Command kwargs by @dskrypa in #67

Full Changelog: 2024.08.17...2024.09.07