From 2413eb86e0f3298524f7edc093e5676a537b6a95 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Thu, 17 Oct 2019 13:18:24 +0200 Subject: [PATCH] release: update versions to 0.7.0 Signed-off-by: Ron Evans --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e4ea7..60eeed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +0.7.0 +--- +- **new devices** + - veml6070: add Vishay UV light sensor +- **enhancements** + - lis3dh: example uses I2C1 so requires config to specify pins since they are not default + - ssd1331: make SPI TX faster + - st7735: make SPI Tx faster +- **docs** + - complete missing GoDocs for main and sub-packages +- **core** + - add Version string for support purposes +- **examples** + - Change all espat driver examples to use Arduino Nano33 IoT by default + 0.6.0 --- - **new devices**