v0.27.4
docker: Improvements (#152) - Added more detailed documentation for using docker. - As ctrl+C doesn't forward the signal with `docker run`, you can now use `exit` to exit the shell. - Errors are now formatted correctly and do not cause the CLI to exit. - Hopefully, this fixes a stdout bug where "vsql> " appears after the input. Although, I cannot test this easily on macOS.