Skip to content

πŸš€ Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 17:26
· 4 commits to main since this release

🩹 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-gen without 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-banner shows 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 legacy 0.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.1

Verify the CLI:

docker run --rm ghcr.io/devalltect00/doc-gen:v1.0.1 --help

Stable releases also update the latest image tag.

πŸ“₯ Python Package

Wheel and source-distribution artifacts are attached to this release.