Skip to content

Commit

Permalink
Merge pull request #28 from Sensirion/update-version
Browse files Browse the repository at this point in the history
Prepare for v0.3.0 release
  • Loading branch information
psachs authored Feb 16, 2024
2 parents 44a7b25 + 8a53cb3 commit 3a0bbb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project follows [semantic versioning](https://semver.org/).

## [Unreleased]


## [0.3.0] (2022-11-28)
* Update to rust 1.63 for build an test and rust 2021 edition
* Update embedded hal to version 1.0


## [0.2.0] (2022-11-28)

### Changed
Expand All @@ -26,7 +32,8 @@ This project follows [semantic versioning](https://semver.org/).
* Initial version which implements the CRC-8 algorithm commonly used by
Sensirion's sensors and a few I2C helper functions.

[Unreleased]: https://github.com/Sensirion/sensirion-i2c-rs/compare/v0.2.0..master
[Unreleased]: https://github.com/Sensirion/sensirion-i2c-rs/compare/v0.3.0..master
[0.3.0]: https://github.com/Sensirion/sensirion-i2c-rs/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/Sensirion/sensirion-i2c-rs/compare/v0.1.1..v0.2.0
[0.1.1]: https://github.com/Sensirion/sensirion-i2c-rs/compare/v0.1.0..v0.1.1
[0.1.0]: https://github.com/Sensirion/sensirion-i2c-rs/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sensirion-i2c"
version = "0.2.0"
version = "0.3.0"
authors = ["Raphael Nestler <raphael.nestler@sensirion.com>"]
documentation = "https://docs.rs/sensirion-i2c"
description = "Common functionality for I2C based sensors from Sensirion"
Expand Down

0 comments on commit 3a0bbb9

Please sign in to comment.