Skip to content

Commit

Permalink
meta: release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmplt committed Jun 14, 2022
1 parent bb7806b commit b856d32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
### Fixed
### Deprecated
### Security

## [0.3.3] 2022-06-14
### Added
- `cargo rtic-scope replay --list`: print out a non-exhaustive header describing the index and trace file name, but not the comment (#140).
### Changed
- `cortex-m-rtic-trace::trace`: write watch variables using `ptr::volatile_write` instead, signaling that the write should not be optimized out.
Expand Down
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.2"
version = "0.3.3"
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.2"
version = "0.3.3"
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.2"
version = "0.3.3"
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.2"
version = "0.3.3"
authors = ["Viktor Sonesten <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b856d32

Please sign in to comment.