File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 0.6.1]
10
11
### Added
11
12
12
13
- Support [ Ariel OS] ( https://ariel-os.org ) .
14
+ - Support to run test on the host/std for Ariel OS.
13
15
14
16
## [ 0.6.0]
15
17
@@ -81,7 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
83
82
84
Initial release on crates.io
83
85
84
- [ unreleased ] : https://github.com/probe-rs/embedded-test/compare/v0.6.0...master
86
+ [ unreleased ] : https://github.com/probe-rs/embedded-test/compare/v0.6.1...master
87
+
88
+ [ 0.6.1 ] : https://github.com/probe-rs/embedded-test/compare/v0.6.0...v0.6.1
85
89
86
90
[ 0.6.0 ] : https://github.com/probe-rs/embedded-test/compare/v0.5.0...v0.6.0
87
91
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-test"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/probe-rs/embedded-test"
6
6
license = " MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ default-target = "riscv32imac-unknown-none-elf"
13
13
14
14
[dependencies ]
15
15
semihosting = { version = " 0.1.7" , features = [" args" ], optional = true }
16
- embedded-test-macros = { version = " 0.6.0 " , path = " ./macros" }
16
+ embedded-test-macros = { version = " 0.6.1 " , path = " ./macros" }
17
17
serde = { version = " 1.0.193" , default-features = false , features = [" derive" ] }
18
18
serde-json-core = { version = " 0.5.1" }
19
19
heapless = " 0.8.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-test-macros"
3
3
description = " proc-macros for the embedded-test crate"
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
edition = " 2021"
6
6
repository = " https://github.com/probe-rs/embedded-test"
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments