Skip to content

TaipanStack v0.1.0 — Initial Release

Date: November 26, 2025

Overview

v0.1.0 is the initial release of TaipanStack (originally named "Stack"). It establishes the core project scaffolding tool and the foundational DevSecOps pipeline.


What's Included

🚀 Core

  • TaipanStack bootstrapper for project initialization
  • Poetry-based dependency management
  • Secure system module (src/app/secure_system.py) with strict typing and Pydantic V2 validation

🛡️ Security & Quality

  • Ruff — linting and formatting
  • Mypy — strict type checking
  • Bandit — static security analysis
  • Safety — dependency vulnerability scanning
  • Semgrep — static analysis rules
  • Pre-commit hooks — automated code quality checks
  • detect-secrets — secret detection in commits

🔄 CI/CD

  • Basic GitHub Actions pipeline
  • Dependabot configuration for automated dependency updates
  • Comprehensive test suite with coverage

📚 Documentation

  • Initial README with project documentation
  • CONTRIBUTING.md guide
  • CHANGELOG.md following Keep a Changelog format
  • GitHub issue and PR templates

Full Changelog: v0.1.0