release: prepare release v1.14.0
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
2a5571a533
commit
9d38858276
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -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**
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue