Skip to content

Commit 21299e7

Browse files
committed
Bump to version 0.2.2
1 parent b2d462b commit 21299e7

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99

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

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

1614
### Removed
1715

16+
## [0.2.2]
17+
18+
### Changed
19+
- Removed `#![feature(trait_alias)]` to allow usage of `embedded-test` in stable rust.
20+
21+
### Fixed
22+
- Updated `semihosting` dependency to fix failing build for cortex-m targets.
23+
1824
## [0.2.1]
1925
Initial release on crates.io
2026

21-
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.2.1...master
27+
[unreleased]: https://github.com/probe-rs/embedded-test/compare/v0.2.2...master
28+
[0.2.2]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.2
2229
[0.2.1]: https://github.com/probe-rs/embedded-test/releases/tag/v0.2.1

Cargo.toml

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

0 commit comments

Comments
 (0)