Skip to content

Commit

Permalink
Merge pull request #208 from quartiq/release/v0.3.0
Browse files Browse the repository at this point in the history
Release/v0.3.0
  • Loading branch information
ryan-summers authored Feb 21, 2022
2 parents 73ab7b9 + 5ead551 commit 21af182
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

## [0.3.0]

### Fixed
* Fixed an issue with spurious resets by ignoring bus error detections on I2C (Refer to [issue
#128](https://github.com/quartiq/booster/issues/128) for more information.
Expand All @@ -27,3 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
* Output interlock threshold is now limited to a maximum of 47 dBm

[Unreleased]: https://github.com/quartiq/booster/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/quartiq/booster/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/quartiq/booster/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/quartiq/booster/compare/v0.0.1...v0.1.0
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -3,7 +3,7 @@ authors = ["Ryan Summers <ryan.summers@vertigo-designs.com>"]
edition = "2018"
readme = "README.md"
name = "booster"
version = "0.3.0-rc.3"
version = "0.3.0"
build = "build.rs"
resolver = "2"

Expand Down

0 comments on commit 21af182

Please sign in to comment.