Skip to content

Commit

Permalink
Add changelog for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dojeda committed May 23, 2019
1 parent 610b29b commit e5111f8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
=========
Changelog
=========

This document lists all important changes to timeflux_amti.

Version numbers follow `semantic versioning <http://semver.org>`_.

0.2.0 (2019-05-23)
------------------

* Fixed platform zero management with an event.
* Added system diagnostic and logging.
* Removed setup checks to fail on 2xx codes.
* Add DLL configuration save when tearing down the node.

0.1.0 (2019-04-19)
------------------

* Initial release.
* Timeflux node for AMTI force platform acquisition using the DLL provided
by AMTI.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
test_requirements = ['pytest', ]

setup(
author='',
author_email='',
author='David Ojeda',
author_email='david.ojeda@gmail.com',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand All @@ -35,6 +35,6 @@
test_suite='test',
tests_require=test_requirements,
url='https://github.com/timeflux/timeflux_amti',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)

0 comments on commit e5111f8

Please sign in to comment.