Skip to content

Commit

Permalink
meta: release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmplt committed Mar 17, 2022
1 parent ff5a7a8 commit c80a64f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-rtic-scope/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-rtic-scope"
version = "0.3.1"
version = "0.3.2"
authors = ["Viktor Sonesten <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cortex-m-rtic-trace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cortex-m-rtic-trace"
version = "0.3.1"
version = "0.3.2"
authors = ["Viktor Sonesten <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rtic-scope-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtic-scope-api"
version = "0.3.1"
version = "0.3.2"
authors = ["Viktor Sonesten <[email protected]>"]
edition = "2021"
repository = "https://github.com/rtic-scope/cargo-rtic-scope/rtic-scope-api"
Expand Down
2 changes: 1 addition & 1 deletion rtic-scope-frontend-dummy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtic-scope-frontend-dummy"
version = "0.3.1"
version = "0.3.2"
authors = ["Viktor Sonesten <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c80a64f

Please sign in to comment.