From d1480c32573b363f08ae8d77f2e83c96245dce30 Mon Sep 17 00:00:00 2001 From: Andreas Brauchli Date: Fri, 17 May 2019 08:50:21 +0200 Subject: [PATCH] Update Changelog for Release 5.0.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121ac33..104927d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] - 2019-05-17 + +* `[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`) + ## [4.0.0] - 2019-03-27 * [`changed]` Rename factory baseline to inceptive baseline @@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * First public release -[Unreleased]: https://github.com/Sensirion/embedded-sgp/compare/4.0.0...master +[Unreleased]: https://github.com/Sensirion/embedded-sgp/compare/5.0.0...master +[5.0.0]: https://github.com/Sensirion/embedded-sgp/compare/4.0.0...5.0.0 [4.0.0]: https://github.com/Sensirion/embedded-sgp/compare/3.1.4...4.0.0 [3.1.4]: https://github.com/Sensirion/embedded-sgp/compare/3.1.3...3.1.4 [3.1.3]: https://github.com/Sensirion/embedded-sgp/compare/3.1.2...3.1.3