This release adds a few notable features such as colorbars and the possibility to plot projections. This release also now uses the [matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar/) package to add scalebars instead of the previous custom solutions.
New Features
* Colorbar by guiwitz in https://github.com/guiwitz/microfilm/pull/12
* Scalebar from matplotlib-colorbar package by guiwitz in https://github.com/guiwitz/microfilm/pull/15
* Plotting projections of volume data by guiwitz in https://github.com/guiwitz/microfilm/pull/16
Improvements
* Accept additional matplotlib options for label format by guiwitz in https://github.com/guiwitz/microfilm/pull/8
* Default muli-channel colormaps are now CMY instead of RGB by guiwitz in https://github.com/guiwitz/microfilm/pull/17
API changes
* The usage of matplotlib-scalebar introduces some minor breaking changes. For details see the PR 15.
**Full Changelog**: https://github.com/guiwitz/microfilm/compare/v0.0.8...v0.1.0