release: prepare release v1.14.0

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2019-10-15 19:19:34 +02:00
parent 2a5571a533
commit 9d38858276
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
1.14.0
---
* **core**
* migrating from dep to go modules
* update codegangsta to urfave (#690)
* **docs**
* Fix a link in package docs' example code.
* **examples**
* fixed broken imports due to changed path causing go get to fail
* **gpio**
* Added ability to make a relay driver inverted (#674)
* **opencv**
* Update to GoCV 0.21.0
* **spi**
* Apa102 use default brightness (#671)
* **tello**
* Updated videoPort for DJI Tello to 11111
1.13.0
---
* **api**

View File

@ -1,6 +1,6 @@
package gobot
const version = "1.13.0"
const version = "1.14.0"
// Version returns the current Gobot version
func Version() string {