Releases: dylan-lang/command-line-parser
Releases · dylan-lang/command-line-parser
v3.2.2
v3.2.1 - minor bug fix and doc changes only
What's Changed
- Add missing newline when no subcommand is provided. by @abeaumont in #30
- Merge in changes from the opendylan repository by @cgay in #32
- docs: Use toctree instead of contents, more... by @cgay in #33
- Integrate dylan tool by @fraya in #35
- Remove sphinx-contrib submodule directory by @fraya in #36
- CI: Update by @fraya in #41
- [doc] Fix broken link to documentation in README by @fraya in #42
- ci: Divide build and check documentation from deploy by @fraya in #44
- doc: Hide ToC by @fraya in #46
New Contributors
- @abeaumont made their first contribution in #30
- @fraya made their first contribution in #35
Full Changelog: v3.2.0...v3.2.1
v3.2.0 - Add docs from OD and update package def
v3.1.1 - Bug fix release
v3.1.0 Multi-level subcommands
v3.0.0 Subcommands bug fix and minor API change
Added subcommand parsing
This release adds subcommands and the ability to fully specify positional arguments rather than accessing them all via positional-options
.
Initial tagged release
Starting to tag releases so that the package manager can reference them.