Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Feb 5, 2024
1 parent 2513207 commit 397f9b7
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 42 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added Feature `rtt` to initialize logging via `rtt-target` crate.

### Changed
- Breaking: Bump embassy-excecutor to 0.5.0

### Fixed

### Removed

## [0.3.0]
### Added
- Added Feature `rtt` to initialize logging via `rtt-target` crate.

### Changed
- Breaking: Bump embassy-excecutor to 0.5.0

## [0.2.3]
### Added
- Show improved diagnostic when no executor feature is enabled on the embassy-executor crate.
Expand All @@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.1]
Initial release on crates.io

[unreleased]: https://github.com/probe-rs/embedded-test/compare/master...v0.2.3
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.3.0...master
[0.3.0]: https://github.com/probe-rs/embedded-test/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/probe-rs/embedded-test/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/probe-rs/embedded-test/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.1
90 changes: 53 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-test"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/probe-rs/embedded-test"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name = "example_test"
harness = false

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

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

0 comments on commit 397f9b7

Please sign in to comment.