Skip to content

Commit 397f9b7

Browse files
committed
Bump to v0.3.0
1 parent 2513207 commit 397f9b7

File tree

4 files changed

+64
-42
lines changed

4 files changed

+64
-42
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
## [Unreleased]
88
### Added
9-
- Added Feature `rtt` to initialize logging via `rtt-target` crate.
109

1110
### Changed
12-
- Breaking: Bump embassy-excecutor to 0.5.0
1311

1412
### Fixed
1513

1614
### Removed
1715

16+
## [0.3.0]
17+
### Added
18+
- Added Feature `rtt` to initialize logging via `rtt-target` crate.
19+
20+
### Changed
21+
- Breaking: Bump embassy-excecutor to 0.5.0
22+
1823
## [0.2.3]
1924
### Added
2025
- Show improved diagnostic when no executor feature is enabled on the embassy-executor crate.
@@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3338
## [0.2.1]
3439
Initial release on crates.io
3540

36-
[unreleased]: https://github.com/probe-rs/embedded-test/compare/master...v0.2.3
41+
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.3.0...master
42+
[0.3.0]: https://github.com/probe-rs/embedded-test/compare/v0.2.3...v0.3.0
3743
[0.2.3]: https://github.com/probe-rs/embedded-test/compare/v0.2.2...v0.2.3
3844
[0.2.2]: https://github.com/probe-rs/embedded-test/compare/v0.2.1...v0.2.2
3945
[0.2.1]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.1

Cargo.lock

Lines changed: 53 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-test"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
edition = "2021"
55
repository = "https://github.com/probe-rs/embedded-test"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ name = "example_test"
3838
harness = false
3939

4040
[dev-dependencies]
41-
embedded-test = {version="0.2.2", features = ["log"]} # enable log or defmt to see some debug output
41+
embedded-test = {version="0.3.0", features = ["log"]} # enable log or defmt to see some debug output
4242

4343
# You need a panic handler that invokes `semihosting::process::abort()` on exit.
4444
# For example: Use the patched panic-probe:

0 commit comments

Comments
 (0)