From 77c42601ef0a8d1fb9504d1d43f15f04c347f316 Mon Sep 17 00:00:00 2001 From: Evan Flynn Date: Fri, 13 Jan 2023 19:18:22 -0800 Subject: [PATCH] Update CHANGELOG for new release Signed-off-by: Evan Flynn --- CHANGELOG.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5bb514a..afe17af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,49 @@ Changelog for package bno055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.4.0 +----------- +* Update CHANGELOG for new release +* Improve the doc strings for the connectors +* Add I2C implementation (`#52 `_) + * Add I2C implementation + * Updates after review + * Revert one file change + * Add newline + * Revert to UART as default + * Fix typo + * nit +* Merge pull request `#50 `_ from flynneva/fix-invalid-log-print + Fix invalid log string variable expansion +* Update CI to include Humble +* Fix invalid log string variable expansion +* Merge pull request `#49 `_ from sjev/operation_mode +* add device mode setting +* Contributors: Andrew Symington, Evan Flynn, Jev Kuznetsov + Forthcoming ----------- +* Bump version for new release +* Update CHANGELOG for new release +* Improve the doc strings for the connectors +* Add I2C implementation (`#52 `_) + * Add I2C implementation + * Updates after review + * Revert one file change + * Add newline + * Revert to UART as default + * Fix typo + * nit +* Merge pull request `#50 `_ from flynneva/fix-invalid-log-print + Fix invalid log string variable expansion +* Update CI to include Humble +* Fix invalid log string variable expansion +* Merge pull request `#49 `_ from sjev/operation_mode +* add device mode setting +* Contributors: Andrew Symington, Evan Flynn, Jev Kuznetsov + +0.3.0 +----------- * Merge pull request `#43 `_ from flynneva/develop bring over updates * Merge pull request `#44 `_ from Towflos/develop