diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce0809..fba9bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1](https://github.com/Gronner/scd30-interface/compare/v2.0.0...v2.0.1) - 2025-04-12 + +### Other + +- *(deps)* bump tokio from 1.42.0 to 1.43.1 +- add automated sbom upload + ## [2.0.0](https://github.com/Gronner/scd30-interface/compare/v1.0.1...v2.0.0) - 2024-12-31 ### Added diff --git a/Cargo.lock b/Cargo.lock index c20668b..671bfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "scd30-interface" -version = "2.0.0" +version = "2.0.1" dependencies = [ "byteorder", "defmt", diff --git a/Cargo.toml b/Cargo.toml index 2330e09..0ee8567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "scd30-interface" readme = "README.md" repository = "https://github.com/Gronner/scd30-interface" rust-version = "1.78.0" -version = "2.0.0" +version = "2.0.1" [dependencies] byteorder = { version = "1.5.0", default-features = false }