Skip to content

Commit b856d32

Browse files
committed
meta: release v0.3.3
1 parent bb7806b commit b856d32

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
### Changed
10+
### Fixed
11+
### Deprecated
12+
### Security
13+
14+
## [0.3.3] 2022-06-14
15+
### Added
916
- `cargo rtic-scope replay --list`: print out a non-exhaustive header describing the index and trace file name, but not the comment (#140).
1017
### Changed
1118
- `cortex-m-rtic-trace::trace`: write watch variables using `ptr::volatile_write` instead, signaling that the write should not be optimized out.

cargo-rtic-scope/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-rtic-scope"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Viktor Sonesten <v@tmplt.dev>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

cortex-m-rtic-trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortex-m-rtic-trace"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Viktor Sonesten <v@tmplt.dev>"]
55
edition = "2021"
66
readme = "README.md"

rtic-scope-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtic-scope-api"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Viktor Sonesten <v@tmplt.dev>"]
55
edition = "2021"
66
repository = "https://github.com/rtic-scope/cargo-rtic-scope/rtic-scope-api"

rtic-scope-frontend-dummy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtic-scope-frontend-dummy"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Viktor Sonesten <v@tmplt.dev>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)