diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c24fb..d8c894c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +### Deprecated +### Security + +## [0.3.2] 2022-03-17 +Maintenance release. + ### Added ### Changed - Bump `itm` which improves the denotation of quality in the downstream `api::Timestamp`: a previous `api::Timestamp { offset: 1, data_relation: TimestampDataRelation::Sync }` is now represented as `api::Timestamp::Sync(1)`. diff --git a/Cargo.lock b/Cargo.lock index fe5bdd1..1b45d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "cargo-rtic-scope" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-std", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "cortex-m-rtic-trace" -version = "0.3.1" +version = "0.3.2" dependencies = [ "cortex-m", "rtic-trace-macros", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "rtic-scope-api" -version = "0.3.1" +version = "0.3.2" dependencies = [ "itm", "serde", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "rtic-scope-frontend-dummy" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "rtic-scope-api", diff --git a/cargo-rtic-scope/Cargo.toml b/cargo-rtic-scope/Cargo.toml index 199371a..8d4847e 100644 --- a/cargo-rtic-scope/Cargo.toml +++ b/cargo-rtic-scope/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-rtic-scope" -version = "0.3.1" +version = "0.3.2" authors = ["Viktor Sonesten "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/cortex-m-rtic-trace/Cargo.toml b/cortex-m-rtic-trace/Cargo.toml index 4104403..f2ae54d 100644 --- a/cortex-m-rtic-trace/Cargo.toml +++ b/cortex-m-rtic-trace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cortex-m-rtic-trace" -version = "0.3.1" +version = "0.3.2" authors = ["Viktor Sonesten "] edition = "2021" readme = "README.md" diff --git a/rtic-scope-api/Cargo.toml b/rtic-scope-api/Cargo.toml index 4ffb149..42f26ce 100644 --- a/rtic-scope-api/Cargo.toml +++ b/rtic-scope-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-scope-api" -version = "0.3.1" +version = "0.3.2" authors = ["Viktor Sonesten "] edition = "2021" repository = "https://github.com/rtic-scope/cargo-rtic-scope/rtic-scope-api" diff --git a/rtic-scope-frontend-dummy/Cargo.toml b/rtic-scope-frontend-dummy/Cargo.toml index d4db7a3..5314060 100644 --- a/rtic-scope-frontend-dummy/Cargo.toml +++ b/rtic-scope-frontend-dummy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-scope-frontend-dummy" -version = "0.3.1" +version = "0.3.2" authors = ["Viktor Sonesten "] edition = "2018" license = "MIT OR Apache-2.0"