Skip to content

Commit

Permalink
Merge pull request #35 from Sensirion/prepare-0.4.0-release
Browse files Browse the repository at this point in the history
Prepare 0.4.0 release
  • Loading branch information
rnestler committed Dec 16, 2021
2 parents df38d70 + 243d736 commit 6fca4ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project follows [semantic versioning](https://semver.org/).

## [0.4.0] (Unreleased)
## [0.4.0] (2021-12-16)

* changed: `PID::new`, `PID::from_id`, `PCI::new_sf` and `PCI::get_type` are
now `const fn`s. ([#33](https://github.com/Sensirion/lin-bus-rs/pull/33))
Expand Down Expand Up @@ -54,8 +54,9 @@ This project follows [semantic versioning](https://semver.org/).

* First crates.io release

[Unreleased]: https://github.com/Sensirion/lin-bus-rs/compare/v0.3.2...HEAD
[0.3.1]: https://github.com/Sensirion/lin-bus-rs/compare/v0.3.1...v0.3.2
[Unreleased]: https://github.com/Sensirion/lin-bus-rs/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/Sensirion/lin-bus-rs/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/Sensirion/lin-bus-rs/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Sensirion/lin-bus-rs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Sensirion/lin-bus-rs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/Sensirion/lin-bus-rs/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lin-bus"
version = "0.3.2"
version = "0.4.0"
authors = [
"Raphael Nestler <[email protected]>",
"Andreas Brauchli <[email protected]>",
Expand Down

0 comments on commit 6fca4ed

Please sign in to comment.