Skip to content

Commit

Permalink
Prepare for v1.9.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Feb 14, 2018
1 parent 8a7992b commit 59aaba0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
1.9.0
---
* **beaglebone**
* update pin naming, docs, and examples for the latest Debian OS releases
* **opencv**
* update build settings needed to build OpenCV/GoCV as part of test suite
* deps for latest GoCV v0.9.0
* **build**
* update Travis build to use very latest Go versions
* **docs**
* add references to new drivers for ADXL345, BH1750, and TM1638.
* improve docs for installation and use of OpenCV/GoCV from Gobot
* update copyright date to 2018
* **gpio**
* Initial support for TM1638 modules
* **i2c**
* Added basic driver for BH1750 (light sensor), board GY-302
* support for accel ADXL345
* **bb8/ollie/sprkplus**
* add Boost command
* add Set Back LED Output command
* add Set Raw Motor Values command
* add Set Rotation Rate command
* add Set Stabilization command
* **test**
* Refactor TestAdaptorDigitalPinConcurrency test

1.8.0
---
* **sysfs**
Expand Down
1 change: 0 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ https://github.com/hybridgroup/gobot/issues

- ensure that SMBUS operations are working as expected.
- add support for the following i2c devices:
- ADXL345
- HMC5883L
- LSM303DLHC
- MAG3110
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.8.0"
const version = "1.9.0"

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

0 comments on commit 59aaba0

Please sign in to comment.