CHANGES
=======

0.0.5
-----

* Fix build order in Makefile 'release' target

0.0.4
-----

* Add module to package and fix version detection
* Fix typo in console script define
* Update LocalConf to make use of collections.ChainMap
* Extend pathlib.Paht to return hash values
* Add 'id' field for parameterized dat.py test cases
* Fix bug that put \*every\* ROM into a Game instance
* Enhance DAT file parsing of <rom> tags
* Enhance DAT file parsing of <game> tags
* Restructure dat.py test parameters
* Install dependencies for Travis build
* Parameterize dat.py test cases
* Upgrade attrs lib
* Fix lint errors in dat.py
* Uses sentinels in config testing
* Remove unnecessary call() from Makefile
* Add basic XML Datafile loader
* Minor doc updates
* Remove dist/ contents during "make dist"

0.0.3
-----

* Add basic \`init\` command
* Update README
* Implement TOML config module
* Fix requirements.txt dependency generation
* Add wheel dependency and change type py2.py3 to py3
* Add additional shield.io badges
* Fix quoting around expanded positional parameters
* Add PyPI version badge
* Add travis-ci status image
* Add travis-ci build file
* Ignore .cache dir created by mypy
* Add minimal Config class
* Add temp build files to .gitignore
* Set correct program name in 'help' output
* Integrate pytest framework
* Modify keyword metadata format
* Enhance Makefile release-\* commands
* Workaround PBR parsing bugs

0.0.2
-----

* Convert build to use PBR tools
* Upgrade mypy and pylint deps
* Upgrade pylintrc conf using Makefile command
* Update dependencies
* Update release process
* Create \_version.py file using Makefile
* Fix typos in README
* Fix DESIGN.md formatting
* Convert REAMDE.md to RST doc in setup.py
* Upgrade wrapt module
* Automate git version tagging and release
* Integrate mypy type checking into CI
* Add basic framework for click cli commands
* Remove 'install' target because it conflicts with pip-sync
* Update PyPi categories
* Add srm package and link main() to setup.py entry point
* Setup project build tools and workflow

0.0.1
-----

* Initial commit
