Skip to content

Commit

Permalink
Release v0.10.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 23, 2023
1 parent d58c836 commit 80f0591
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Implement mock for `embedded_hal::pwm::SetDutyCycle`

### Fixed

### Changed


## 0.10.0-rc.2 - 2023-11-23

### Added

- Implement mock for `eh1::pwm::SetDutyCycle`

### Changed

- Renamed `.expect(...)` method to `.update_expectations(...)` to avoid
confusion with the expect method in `Option` and `Result` (#63)
- When updating expectations on a mock by calling `.expect(...)` /
Expand Down
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-hal-mock"
version = "0.10.0-rc.1"
version = "0.10.0-rc.2"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
categories = ["embedded", "hardware-support", "development-tools::testing"]
description = "A collection of mocked devices that implement the embedded-hal traits"
Expand Down

0 comments on commit 80f0591

Please sign in to comment.