Skip to content

Commit 49eb4bc

Browse files
committed
Prepare for 0.6.1 release
1 parent 61f3250 commit 49eb4bc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.6.1]
1011
### Added
1112

1213
- Support [Ariel OS](https://ariel-os.org).
14+
- Support to run test on the host/std for Ariel OS.
1315

1416
## [0.6.0]
1517

@@ -81,7 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8183

8284
Initial release on crates.io
8385

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
8589

8690
[0.6.0]: https://github.com/probe-rs/embedded-test/compare/v0.5.0...v0.6.0
8791

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-test"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
repository = "https://github.com/probe-rs/embedded-test"
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ default-target = "riscv32imac-unknown-none-elf"
1313

1414
[dependencies]
1515
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" }
1717
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
1818
serde-json-core = { version = "0.5.1" }
1919
heapless = "0.8.0"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "embedded-test-macros"
33
description = "proc-macros for the embedded-test crate"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66
repository = "https://github.com/probe-rs/embedded-test"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)