Releases: dskrypa/cli_command_parser
Releases · dskrypa/cli_command_parser
2026.02.01
Relevant Changes
- Removed unnecessary command_parent attribute from CommandParameters by @dskrypa in #136
- Added Bytes Input Type by @dskrypa in #141
Dependabot Changes
- Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #130
- Bump github/codeql-action from 4.31.2 to 4.31.6 by @dependabot[bot] in #131
- Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #128
- Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #135
- Bump github/codeql-action from 4.31.6 to 4.31.8 by @dependabot[bot] in #134
- Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #133
- Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #140
- Bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #139
- Bump github/codeql-action from 4.31.9 to 4.31.11 by @dependabot[bot] in #138
Full Changelog: 2025.11.01...2026.02.01
2025.11.01
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
Relevant Changes
Dependabot Changes
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #111
- Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #115
- Bump github/codeql-action from 3.29.2 to 3.30.3 by @dependabot[bot] in #118
- Bump codecov/codecov-action from 5.4.3 to 5.5.1 by @dependabot[bot] in #116
Full Changelog: 2025.07.13...2025.09.27
2025.07.13
What's Changed
Full Changelog: 2025.07.10...2025.07.13
2025.07.10
What's Changed
- Bump github/codeql-action from 3.28.19 to 3.29.2 by @dependabot in #103
- Documentation Updates by @dskrypa in #104
- Fixed wording in intro doc by @dskrypa in #105
- Fixed the ability to access parsed values after unpickling by @dskrypa in #106
Full Changelog: 2025.06.14...2025.07.10
2025.06.14
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
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
Relevant Changes
Misc Project Metadata / Workflow Changes
- Fixed workflow permissions and added security policy by @dskrypa in #69
- moved security.md into .github; added code of conduct by @dskrypa in #70
- Create dependabot.yml by @dskrypa in #71
- Bump actions/checkout from 3 to 4 by @dependabot in #72
- Bump codecov/codecov-action from 2 to 5 by @dependabot in #73
- Bump github/codeql-action from 2 to 3 by @dependabot in #74
- Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #75
- Bump actions/setup-python from 4 to 5 by @dependabot in #76
- Pinned github action dependencies by @dskrypa in #77
- fixed permissions for doc workflow by @dskrypa in #79
Full Changelog: 2024.11.02...2024.12.15
2024.11.02
What's Changed
Full Changelog: 2024.09.07...2024.11.02
2024.09.07
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