versa/CHANGELOG.md

18 lines
468 B
Markdown
Raw Normal View History

2024-02-19 12:23:59 +00:00
# Changelog
2024-02-19 12:37:15 +00:00
## Unreleased
* Prevent timeout errors with `versa run`.
2024-02-19 12:37:15 +00:00
## 0.2.0
2024-02-19 12:35:17 +00:00
- Run `docker compose up` if there is a `docker-compose.yaml` file when running `versa run`.
2024-02-19 12:30:02 +00:00
- Add `--working-dir` to run versa in a different directory.
- Add `-t` as a shortcut for `--type`.
2024-02-19 12:23:59 +00:00
## 0.1.0
- Add `install` for all projects based on the assumption it's a PHP project.
- Add `test` for all projects based on the assumption it runs PHPUnit.
- Add `run` for Sculpin projects.