Public Access
1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file.
[0.8.2] - 2026-06-23
Bug Fixes
- Encode spaces in pair commands to survive shell word-splitting
[0.8.1] - 2026-06-23
Bug Fixes
- Set fresh MOLECULE_HOME per pair to avoid stale config cache
[0.8.0] - 2026-06-23
Features
- Fix molecule platforms to use sleep infinity, add --platforms-file
[0.7.0] - 2026-06-23
Features
- Add per-test timing quality gate to check_test_speed
[0.6.0] - 2026-06-23
Features
- Add opentofu helpers, CLI entry points, shared utility, and CI improvements
[0.5.0] - 2026-06-23
Features
- Add tag verification, idempotency, and --verify mode to release script
[0.4.4] - 2026-06-22
Bug Fixes
- Configurable task prefix and CWD-relative DOCS_DIR
[0.4.3] - 2026-06-22
Bug Fixes
- Expand DEFAULT_INFRASTRUCTURE to cover all common project files
[0.4.2] - 2026-06-22
Bug Fixes
- Make all warnings into errors across devx tools
[0.4.1] - 2026-06-22
Bug Fixes
- Correct version tags, changelog, and release script recovery
[0.4.0] - 2026-06-22
Features
- Add DEFAULT_INFRASTRUCTURE and configurable task prefix
[0.3.0] - 2026-06-22
Features
- Add --no-ansible-collections option to setup tool
[0.2.0] - 2026-06-22
Features
- Pluggable change classification framework
[0.1.2] - 2026-06-22
Bug Fixes
- Make sync-wiki and vikunja depend on release
[0.1.1] - 2026-06-22
Bug Fixes
- Disable push whitelist, allow direct pushes to master
[0.1.0] - 2026-06-22
Features
- Extract reusable dev/CI tools from GRM into devx package
Bug Fixes
- Use python3 and venv python in workflows and Makefile
- Fix post-merge job failures (configure-repo, badges, notify-failure)
- Allow release bot to push to protected master