Skip to content

Commit

Permalink
Merge pull request #39 from Sensirion/prepare-release-2.0.0
Browse files Browse the repository at this point in the history
Update changelog for 2.0.0
  • Loading branch information
abrauchli authored May 14, 2019
2 parents cb721e0 + 0ec1edf commit 5f9c65c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2019-05-14

* `[added]` `.clang-format` Style-file for clang-format and helper targets
`make style-fix` and `make style-check` (#36)
* `[changed]` Use stdint types (e.g. `uint16_t` instead of `u16`)

## [1.1.1] - 2019-04-11

Expand All @@ -33,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Initial SHDLC UART release
* Initial SPS30 release

[Unreleased]: https://github.com/Sensirion/embedded-uart-sps/compare/1.1.1...master
[Unreleased]: https://github.com/Sensirion/embedded-uart-sps/compare/2.0.0...master
[2.0.0]: https://github.com/Sensirion/embedded-uart-sps/compare/1.1.1...2.0.0
[1.1.1]: https://github.com/Sensirion/embedded-uart-sps/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/Sensirion/embedded-uart-sps/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Sensirion/embedded-uart-sps/compare/0.9.1...1.0.0
Expand Down

0 comments on commit 5f9c65c

Please sign in to comment.