- Fixed broken builds due to changes in warning output
- Changed tests to check error messages
- Added python 3.7 to testing matrix
- Added requirement to verify SNI when checking URLs in docs
- Fixed bug when sorting releases: the older come first
- Added missing runtime requirement for setuptools
- Added manpage generation
- Complete rename of the project to abimap
- Add tests using different program names
- Use the command line application name in output strings
- Add a new entry point symver-smap for console scripts
- Skip tests which use caplog if pytest version is < 3.4
- Added an alias for pytest in setup.cfg. This fixed setup.py for test target
- Removed dead code, removed executable file permission
- Removed appveyor related files
- Removed shebangs from scripts
- Fixed a bug in updates with provided release information
- Fixed a bug in get_info_from_release_string()
- Fixed a bug where invalid characters were accepted in release name
- Added version information in output files
- Added sub-command "version" to output name and version
- Added option "--final" to mark modified release as released
- Prevent releases marked with the special comment "# Released" to be modified
- Allow existing release update
- Detect duplicated symbols given as input
- First release on PyPI.