Skip to content

Commit

Permalink
build: updates for release 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Apr 20, 2018
1 parent 06e1cba commit 73069e4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.10.0
---
* **docs**
* add gitter badge to readme
* **gpio**
* AIP1640 led driver, used in Wemos D1 mini's matrix LED shield
* **spi**
* switch to using periph.io for SPI interfaces
* add support for ssd1306
* add optional params such as bus/chip to all current drivers
* complete refactoring to spi.Connection
* remove unneeded code as suggested by @maruel
* remove unneeded type and cleanup GoDocs
* **ble**
* correct spelling error in function name
* **build**
* update to latest version of Go 1.10 for Travis build
* **cli**
* remove extra newline
* **docs**
* add recently contributed GPIO devices to README
* **joystick**
* able to configure joysticks without external json file
* correct error in scanning script
* correct events used by gamepad-style up/down/left/right buttons
* correct scanner error from ID
* removed double release event
* **tello**
* add support for DJI Tello drone

1.9.0
---
* **beaglebone**
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 = "1.9.0"
const version = "1.10.0"

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

0 comments on commit 73069e4

Please sign in to comment.