What's Changed
* ✨ Add a CLI entrypoint to docker-charon by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/10
* Allow the use stdin and stdout to communicate with the CLI by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/11
* Added a docker image, not automatically pushed yet by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/12
* Changed authentication setup to allow connections to dockerhub by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/13
* ⚡ Stream directly to stdout when making the payload by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/14
* [BREAKING CHANGE] Registry defaults to dockerhub, CLI option file default to stdin/out by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/15
* Added unit tests for the docker image by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/16
* Build docker image for release by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/17
* Fix the push image by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/18
* Bump version to 0.3.0 by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/docker-charon/pull/19
**Breaking changes**
The python api and the CLI have changed, notably, the order changed and some arguments are now optional! Be careful when you upgrade.
* The default registry is dockerhub
* With the CLI, the default input, ouput file is stdin/stdout
**Full Changelog**: https://github.com/gabrieldemarmiesse/docker-charon/compare/v0.2.0...v0.3.0