Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 10:36
· 5 commits to develop since this release

v1.0.0 (2026-04-07)

Documentation

  • Consolidate README and LINUX_QUICKSTART into single README (b94e9a0)

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Features

  • Replace poetry and bootstrap with uv as package manager (d45bef3)

Both build.ps1 and build.sh now follow the same call chain: OS wrapper -> uv -> pypeline, with pypeline.yaml as the single source of truth for pipeline steps.

  • Replace poetry with uv for dependency management
  • Remove bootstrap in favor of direct uv/scoop installation
  • build.ps1: install scoop and uv, then uv run pypeline run
  • build.sh: install uv, then uv run pypeline run
  • pypeline.yaml: ScoopInstall, lint, test, docs
  • Add types-setuptools to dev dependencies

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Refactoring

  • Move all build outputs from out/ to build/ (b3af6aa)

Consolidate output directory so all artifacts (test reports, docs) go to build/ instead of out/. Keep /out in .gitignore for backwards compatibility.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

  • Simplify VS Code tasks to use uv and build.sh (d7a07a6)

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com


Detailed Changes: v0.12.0...v1.0.0