|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.4.0] - 2026-04-08 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Self-update command with passive version checking |
| 15 | +- Setup steps (`setup = true`) that always run even when checkpoint-skipped and are not counted in pass/fail |
| 16 | +- Test file `name` field now defaults to the file stem when omitted (e.g. `login-flow.test.toml` defaults to "login-flow") |
| 17 | +- Changelog based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- Release workflow now extracts notes from CHANGELOG.md instead of auto-generating from commits |
| 22 | + |
| 23 | +## [0.3.1] - 2026-04-04 |
| 24 | + |
| 25 | +### Added |
| 26 | + |
| 27 | +- Agent setup hint in CLI help output |
| 28 | +- Coding agent quick-start prompt in README and getting-started docs |
| 29 | +- Links to bugatti.dev in README and CLI help |
| 30 | + |
| 31 | +## [0.3.0] - 2026-04-04 |
| 32 | + |
| 33 | +### Added |
| 34 | + |
| 35 | +- Documentation site, llms.txt, and docs CI workflow |
| 36 | +- Checkpoint save/restore and step skip with checkpoint support |
| 37 | +- `--from-checkpoint` CLI flag and timestamp-based run IDs |
| 38 | +- Checkpoint timeout configuration |
| 39 | +- Comprehensive docs for includes, shared test files, skip, and checkpoints |
| 40 | +- Node.js Express and Python Flask example projects |
| 41 | +- Release workflow and installer script |
| 42 | +- Readiness URL checks for long-lived services |
| 43 | +- CLI skip flags for harness commands (`--skip-setup`, `--skip-teardown`) |
| 44 | +- Long-lived subprocess management with readiness checks |
| 45 | +- Result marker parser, report generation, and run artifacts |
| 46 | +- Claude Code provider adapter |
| 47 | +- Test discovery, step expansion with cycle detection, and end-to-end pipeline |
| 48 | +- Config types and `bugatti.config.toml` parsing |
| 49 | +- Test file types and `*.test.toml` parsing |
| 50 | +- CLI scaffold with `bugatti test` subcommand |
| 51 | + |
| 52 | +### Fixed |
| 53 | + |
| 54 | +- Clippy warnings for release build |
| 55 | +- Docs deploy workflow triggers and Node version |
| 56 | +- Result marker parser handling of embedded markers |
| 57 | + |
| 58 | +[Unreleased]: https://github.com/codesoda/bugatti-cli/compare/v0.4.0...HEAD |
| 59 | +[0.4.0]: https://github.com/codesoda/bugatti-cli/compare/v0.3.1...v0.4.0 |
| 60 | +[0.3.1]: https://github.com/codesoda/bugatti-cli/compare/v0.3.0...v0.3.1 |
| 61 | +[0.3.0]: https://github.com/codesoda/bugatti-cli/releases/tag/v0.3.0 |
0 commit comments