# 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 [Calendar Versioning](https://calver.org/), where the numbers follow `year.month.minor` convention. Changes for the upcoming release are housed in [`news/`](https://github.com/kipyin/pokemaster2/tree/develop/news). ## [Unreleased] ## [21.12.3] - 2021-12-21 ### Fixed - Readthedocs not being able to find `furo`. ## [21.12.2] - 2021-12-21 ### Fixed - Finalized version schema to `{year}.{month}.{minor}`. - Fixed docs on readthedocs ## [21.12.1] - 2021-12-21 ### Added - A very primative CLI, only loads csv files into a database for now. ## [21.12.0] - 2021-12-13 ### Added - First release on PyPI. [Unreleased]: https://github.com/kipyin/pokemaster2/compare/v21.12.3...HEAD [21.12.3]: https://github.com/kipyin/pokemaster2/compare/v21.12.2...v21.12.3 [21.12.2]: https://github.com/kipyin/pokemaster2/compare/v21.12.1...v21.12.2 [21.12.1]: https://github.com/kipyin/pokemaster2/compare/v21.12.0...v21.12.1