github ChristianLempa/boilerplates v0.0.6
Release v0.0.6

6 days ago

Boilerplates CLI v0.0.6

Changed

  • Pinned all dependencies to specific tested versions for consistent installations
    • typer==0.19.2
    • rich==14.1.0
    • PyYAML==6.0.2
    • python-frontmatter==1.1.0
    • Jinja2==3.1.6

Fixed

  • Critical: Python 3.9 compatibility - removed Context type annotations causing RuntimeError on Python 3.9
  • Context access now uses click.get_current_context() for better compatibility across Python versions
  • Added tests directory to .gitignore

Installation

Install using the installation script:

curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash

Or install a specific version:

curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash -s -- --version v0.0.6

Don't miss a new boilerplates release

NewReleases is sending notifications on new releases.