Skip to content

Commit d8081f9

Browse files
committed
all: prepare for release v1.16.0
Signed-off-by: deadprogram <[email protected]>
1 parent ae9eadc commit d8081f9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
1.16.0
2+
---
3+
* **bugfix**
4+
* failing leftovers after usage of PR #569
5+
* Fix servo and DC motors presence
6+
* FIX the bug #568 without further impact, heavy improvements of tests
7+
* fixed PinMode, SetPullUp and SetPolarity, unit tests activated
8+
* ReadGPIO fixed with #576, failing leftovers for PinMode, SetPullUp and SetPolarity
9+
* helper_test ReadByteData, ReadWordData to use reg
10+
* **core**
11+
* update uuid package and directly access it; remove archived uuid package
12+
* **digispark**
13+
* fix ReadByte & WriteByte, rework and add i2c tests
14+
* remove useless code in i2c test
15+
* **drivers**
16+
* add AnalogActuatorDriver, analog temperature sensor, driver for PCF8591 (with 400kbit stabilization), driver for YL-40
17+
* Adding support for hmc8553l compass
18+
* bmp388 fix missing address write byte in test of Measurements
19+
* drv2605l fix missing address write byte in test of Halt()
20+
* introduce adafruit1109 2x16 LCD with 5 keys
21+
* mcp23017: add mutex for write, hd44780: fix mutexes
22+
* MCP3004: correct number of channels
23+
* **raspi**
24+
* fix raspi PWMPin.SetDutyCycle (#800)
25+
* **tello**
26+
* Guards Dji Tello Halt against nil dereference
27+
* **test**
28+
* don't panic on 'With*' allow simpler wrapping of drivers
29+
* **tinkerboard**
30+
* fix tinkerboard i2c0 to i2c4, improve comments in pin map, improve README
31+
132
1.15.0
233
---
334
* **build**

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package gobot
22

3-
const version = "1.15.0"
3+
const version = "1.16.0"
44

55
// Version returns the current Gobot version
66
func Version() string {

0 commit comments

Comments
 (0)