Skip to content

Commit

Permalink
Prep for 0.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jul 13, 2016
1 parent 34736f3 commit 87dbe52
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
0.12.0
---
* **Refactor Gobot test helpers into separate package**
* **Improve Gobot.Every method to return channel, allowing it to be halted**
* **Refactor of sysfs adds substantial speed improvements**
* **ble**
* Experimental support for Bluetooth LE.
* Initial support for Battery & Device Information services
* Initial support for Sphero BLE robots such as Ollie
* Initial support for Parrot Minidrone
* **audio**
* Add new platform for Audio playback
* **gpio**
* Support added for new GPIO device:
* RGB LED
* Bugfixes:
* Correct analog to better handle quick changes
* Correct handling of errors and buffering for Wiichuk
* **mqtt**
* Add support for MQTT authentication
* **opencv**
* Switching to use main fork of OpenCV
* Some minor bugfixes related to face tracking

0.11.0
---
* **Support for Golang 1.6**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package gobot

const version = "0.11.1"
const version = "0.12.0"

// Version returns the current Gobot version
func Version() string {
Expand Down

0 comments on commit 87dbe52

Please sign in to comment.