Breaking pre-1.0 changes: + `[tool.dev-cmd.aliases]` is now named `[tool.dev-cmd.tasks]`. + The default task or command is now specified with the `default` key in the `[tool.dev-cmd] table. The key is just the name for the task or command that should be default.
0.3.1
Fix regression in cwd and env support for commands.
0.3.0
Add support for parallelizing execution of commands in an task.
0.2.1
Fix project root dir detection.
0.2.0
Guarantee commands are run in the root project dir or else the custom `cwd` project sub-dir defined for the command.