What's Changed
* Add tests for the `cyq` command for testing parsibility by thatch in https://github.com/advice-animal/codemod-yaml/pull/20
* Parse floats by thatch in https://github.com/advice-animal/codemod-yaml/pull/19
* Add explicit tests for integer, remove octal special case by thatch in https://github.com/advice-animal/codemod-yaml/pull/18
* Simplify edit() by removing the `append` option. by thatch in https://github.com/advice-animal/codemod-yaml/pull/21
* Print usage when args are not right. by amjith in https://github.com/advice-animal/codemod-yaml/pull/24
* Raise ParseError when there is an error by thatch in https://github.com/advice-animal/codemod-yaml/pull/22
* Parse booleans by thatch in https://github.com/advice-animal/codemod-yaml/pull/25
* Handle same-line block types by thatch in https://github.com/advice-animal/codemod-yaml/pull/26
New Contributors
* amjith made their first contribution in https://github.com/advice-animal/codemod-yaml/pull/24
**Full Changelog**: https://github.com/advice-animal/codemod-yaml/compare/v0.5.0...v0.6.0