File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
rtic-scope-frontend-dummy Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+ ### Changed
10
+ ### Fixed
11
+ ### Deprecated
12
+ ### Security
13
+
14
+ ## [ 0.3.3] 2022-06-14
15
+ ### Added
9
16
- ` cargo rtic-scope replay --list ` : print out a non-exhaustive header describing the index and trace file name, but not the comment (#140 ).
10
17
### Changed
11
18
- ` cortex-m-rtic-trace::trace ` : write watch variables using ` ptr::volatile_write ` instead, signaling that the write should not be optimized out.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-rtic-scope"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [" Viktor Sonesten <v@tmplt.dev>" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cortex-m-rtic-trace"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [" Viktor Sonesten <v@tmplt.dev>" ]
5
5
edition = " 2021"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rtic-scope-api"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [" Viktor Sonesten <v@tmplt.dev>" ]
5
5
edition = " 2021"
6
6
repository = " https://github.com/rtic-scope/cargo-rtic-scope/rtic-scope-api"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rtic-scope-frontend-dummy"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [" Viktor Sonesten <v@tmplt.dev>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments