# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.2] - 2020-06-14 ### Fixed - Read the docs build config. ### Removed - Pytype from the dev requirements. ## [0.1.1] - 2020-06-14 ### Added - New option `serve` to the invoke docs task. ### Changed - Improve docs tutorial section. - Improve docs index section. ### Fixed - README spelling. - Ivoke pytype task typo. ## [0.1.0] - 2020-06-11 ### Added - First release. [Unreleased]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v0.1.2...HEAD [0.1.2]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/fedejaure/cookiecutter-modern-pypackage/compare/releases/tag/v0.1.0