Skip to content

Commit

Permalink
Bump to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Dec 27, 2023
1 parent b2d462b commit 21299e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Removed `#![feature(trait_alias)]` to allow usage of `embedded-test` in stable rust.

### Fixed
- Updated `semihosting` dependency to fix failing build for cortex-m targets.

### Removed

## [0.2.2]

### Changed
- Removed `#![feature(trait_alias)]` to allow usage of `embedded-test` in stable rust.

### Fixed
- Updated `semihosting` dependency to fix failing build for cortex-m targets.

## [0.2.1]
Initial release on crates.io

[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.2.1...master
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.2.2...master
[0.2.2]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.2
[0.2.1]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.1
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.1"
version = "0.2.2"
edition = "2021"
repository = "https://github.com/probe-rs/embedded-test"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 21299e7

Please sign in to comment.