CHANGES
=======

2.0.0
-----

* Sem-Ver: bugfix Fix up the description/readme file usage
* Release version 2.0.0
* Sem-Ver: bugfix Update gitignore
* Sem-Ver: bugfix Add package summary information. Signed-off-by: David Black <dblack@atlassian.com>
* Sem-Ver: bugfix Use pbr to manage versions etc
* Sem-Ver: bugfix Move classifiers and license information to setup.cfg
* Sem-Ver: bugfix Switch to using github actions for CI for the github repository. Signed-off-by: David Black <dblack@atlassian.com>
* Sem-Ver: feature Test using bitbucket pipelines. Signed-off-by: David Black <dblack@atlassian.com>
* Sem-Ver: api-break Update setup.py to drop support for python 2.6, 3.3, 3.4 & note support for 3.6, 3.7 & 3.8. Signed-off-by: David Black <dblack@atlassian.com>
* Sem-Ver: feature Build a universal wheel. Signed-off-by: David Black <dblack@atlassian.com>
* Minor fix up
* pep8 the code
* Add travis ci build information to the readme file
* Add a travis ci yaml file
* Add a REAMDE.txt file for python packaging and use it instead of REAMDE.md in setup.py
* Add platforms information to setup.py
* Rename the package name to junit-xml-output

1.0.3
-----

* Release version 1.0.3
* Add classifiers information to setup.py
* Make the code compatible with python 3
* minor style fix ups

0.0.2
-----

* Release 0.0.2 Signed-off-by: David Black <dblack@atlassian.com>
* Minor code fix ups and style changes
* Remove main() from \_\_init\_\_.py
* Add a test\_suite to setup.py
* Fix the junit\_xml\_output/test.py module to be run when directly called
* move tests.py to test.py
* Determine the version number dynamically
* Add a gitignore file
* add the license information to setup.py
* Switch to a markdown readme file
* Switch from four spaces to tabs
* add a basic usage test
* Add an MIT license file
* Rename the module to junit\_xml\_output
* add a setup.py file - so that this software can be installed and rename JunitOutput.py to \_\_init\_\_.py under junit\_xml\_output/
* Add a readme file Signed-off-by: David Black <dblack@atlassian.com>
* init! (add the JunitOutput module). Signed-off-by: David Black <dblack@atlassian.com>
