π Release v1.0.1
π©Ή Doc Gen v1.0.1 β Consistent Root Help and Banner
Doc Gen v1.0.1 is a focused patch release that makes bare CLI invocation match
the documented help and banner experience.
- Running
doc-genwithout a subcommand now shows the Doc Gen banner followed
by root help. - Bare root help exits successfully instead of being treated as an error.
doc-gen --no-bannershows root help without banner artwork.- Local production and development images built through Make now report the
reviewed Doc Gen version instead of setuptools-scm's legacy0.1.0
fallback. - Explicit
doc-gen --help, version output, initialization, generation,
printing, analysis, and dry-run behavior remain unchanged.
doc-gen --version
doc-gen
doc-gen --no-banner
doc-gen structure generate . --dry-run
make c-build-prod
docker run --rm doc-gen-prod:latest --version- Version:
v1.0.1 - Previous version:
v1.0.0 - Release type: patch
- Package compatibility: Python 3.9+
- Standard development/container runtime: Python 3.14
- Stability: stable
Release: v1.0.1
Author: Devalltect / Rizky Fernandes
π Release Information
- Version:
1.0.1 - Release Type:
stable - Repository:
devalltect00/Doc-Gen - Commit:
0f377d2dcd810d68b5bf5778db1e36115537e284 - Workflow:
π Release
π³ Docker Image
Pull the exact release image:
docker pull ghcr.io/devalltect00/doc-gen:v1.0.1Verify the CLI:
docker run --rm ghcr.io/devalltect00/doc-gen:v1.0.1 --helpStable releases also update the latest image tag.
π₯ Python Package
Wheel and source-distribution artifacts are attached to this release.