Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.03 KB

File metadata and controls

30 lines (24 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Complete CI/CD infrastructure
    • GitHub Actions workflows for CI, publishing, and automation
    • Pre-commit hooks for code quality (gitleaks, ruff, uv-lock)
    • Automated release script with security validation
    • Branch protection setup scripts
    • Repository label management scripts
  • Contributing guide with detailed development workflows
  • Pull request and issue templates
  • Automated merge bot and release drafter
  • Security scanning with CodeQL
  • Dependabot for automated dependency updates

Changed

  • Enhanced development workflow with automated tooling
  • Improved code quality enforcement through CI

Security

  • Multi-layer security validation for releases
  • Branch protection with enforcement for administrators
  • Gitleaks integration for secret detection