Skip to content

Commit

Permalink
Prepare for 0.5.2 Release
Browse files Browse the repository at this point in the history
Bugfix release to fix CRC insertion in I2C TX frames
  • Loading branch information
psachs committed Aug 3, 2021
1 parent 4b2d402 commit 3b7b3c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`0.5.2`_ 2021-08-03
-------------------

Fixed
.....

- Fix CRC insertion in ``SensirionI2CTxFrame`` when more then one parameter
is sent to the sensor.

`0.5.1`_ 2021-07-08
-------------------

Expand All @@ -14,7 +23,6 @@ Changed

- Adjusted deprecation warnings


`0.5.0`_ 2021-07-07
-------------------

Expand Down Expand Up @@ -121,7 +129,8 @@ Removed
- Initial release


.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.1...main
.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.2...main
.. _0.5.2: https://github.com/Sensirion/arduino-core/compare/0.5.1...0.5.2
.. _0.5.1: https://github.com/Sensirion/arduino-core/compare/0.5.0...0.5.1
.. _0.5.0: https://github.com/Sensirion/arduino-core/compare/0.4.3...0.5.0
.. _0.4.3: https://github.com/Sensirion/arduino-core/compare/0.4.2...0.4.3
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion Core
version=0.5.1
version=0.5.2
author=Sensirion
maintainer=Sensirion
sentence=Library containing code base for Sensirion Sensor Libraries.
Expand Down

0 comments on commit 3b7b3c8

Please sign in to comment.