- Chart and image versioning, and Chart.yaml's --reset interaction [52](https://github.com/jupyterhub/chartpress/pull/52) ([consideRatio](https://github.com/consideRatio)) - Add --version flag [45](https://github.com/jupyterhub/chartpress/pull/45) ([consideRatio](https://github.com/consideRatio))
0.3.2
- Update chartpress --help output in README.md [42](https://github.com/jupyterhub/chartpress/pull/42) ([consideRatio](https://github.com/consideRatio)) - Add initial setup when starting from scratch [36](https://github.com/jupyterhub/chartpress/pull/36) ([manics](https://github.com/manics)) - avoid mangling of quotes in rendered charts (1) [34](https://github.com/jupyterhub/chartpress/pull/34) ([rokroskar](https://github.com/rokroskar)) - Add --skip-build and add --reset to reset image tags as well as chart version [28](https://github.com/jupyterhub/chartpress/pull/28) ([rokroskar](https://github.com/rokroskar))
0.3.1
- Fix conditionals for builds with new tagging scheme, by checking if images exist locally or on the registry rather than assuming the correct tag was pushed based on commit range. - Echo shell commands that are executed during the chartpress process
0.3
0.3.0
- Add chart version as prefix to image tags (e.g. 0.8-abc123) - Fix requires-python metadata to specify that Python 3.6 is required