Skip to content

Commit

Permalink
chore(main): release 0.5.2 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2023
1 parent 2eac16c commit 3403ee8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.2](https://github.com/sousandrei/ism330dhcx/compare/v0.5.1...v0.5.2) (2023-12-17)


### Bug Fixes

* gyro and accel chain full scale values match configurable values ([#45](https://github.com/sousandrei/ism330dhcx/issues/45)) ([23dbc52](https://github.com/sousandrei/ism330dhcx/commit/23dbc52c8631a96d4dd7ce4c08c81a1ca48e603a))
* gyro and accel scale wrong: should be specified in milli-unit per bit! ([#49](https://github.com/sousandrei/ism330dhcx/issues/49)) ([2eac16c](https://github.com/sousandrei/ism330dhcx/commit/2eac16c615abcd4d0fb521023ab4cd479c497675))
* making datarates all in Hz ([#47](https://github.com/sousandrei/ism330dhcx/issues/47)) ([c8d2211](https://github.com/sousandrei/ism330dhcx/commit/c8d2211f50f092102874f422de4ec4570c4ad6d1))

## [0.5.1](https://github.com/sousandrei/ism330dhcx/compare/v0.5.0...v0.5.1) (2023-03-28)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"
name = "ism330dhcx"
readme = "README.md"
repository = "https://github.com/sousandrei/ism330dhcx"
version = "0.5.1"
version = "0.5.2"


[dependencies]
Expand Down

0 comments on commit 3403ee8

Please sign in to comment.