Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcjh committed Sep 15, 2020
1 parent 3ec513b commit 616a092
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for zalpha-api
^^^^^^^^^^^^^^^^^^^^^^^^

0.3.0 (2020-09-15)
------------------
* add the following set of API commands:

- MOVE_STRAIGHT
- MOVE_BEZIER
- ROTATE
- GET_ACTION_STATUS
- PAUSE_ACTION
- RESUME_ACTION
- STOP_ACTION

* add motor fault and wheel slippage to the safety flags
* increase the number of I/O pins supported from 8 to 16

0.2.0 (2017-05-30)
------------------
* add the following set of API commands:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(zalpha_api)

set(zalpha_api_VERSION_MAJOR 0)
set(zalpha_api_VERSION_MINOR 2)
set(zalpha_api_VERSION_MINOR 3)
set(zalpha_api_VERSION_PATCH 0)
set(zalpha_api_VERSION "${zalpha_api_VERSION_MAJOR}.${zalpha_api_VERSION_MINOR}.${zalpha_api_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion python/zalpha_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__title__ = 'zalpha_api'
__description__ = 'Zalpha API Client Library for Python'
__version__ = '0.2.0'
__version__ = '0.3.0'
__author__ = 'Patrick Chin'
__email__ = 'patrickcjh@gmail.com'
__license__ = 'Apache License 2.0'
Expand Down

0 comments on commit 616a092

Please sign in to comment.