mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
Preparing for v1.11.1 release
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
676da058d5
commit
8b15e85db7
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
||||
1.11.1
|
||||
---
|
||||
* **build**
|
||||
* exclude vendor and other previously excluded subpackages
|
||||
* update Travis build to use OpenCV 3.4.2 release
|
||||
* update deps for GoCV to v0.14.0 release
|
||||
* Bump periph.io/x/periph to v3.0.0
|
||||
* update to Go 1.10.3 and 1.9.7 for Travis builds
|
||||
* **docs**
|
||||
* Fix Leap Motion package link
|
||||
* **i2c**
|
||||
* fix write/read gpio on mcp23017, and cleaned up some comments
|
||||
* **gopigo3**
|
||||
* update with default spi values, cleanup
|
||||
|
||||
1.11.0
|
||||
---
|
||||
* **build**
|
||||
|
@ -1,6 +1,6 @@
|
||||
package gobot
|
||||
|
||||
const version = "1.11.0"
|
||||
const version = "1.11.1"
|
||||
|
||||
// Version returns the current Gobot version
|
||||
func Version() string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user