Skip to content

Commit

Permalink
Merge pull request #184 from nrf-rs/minor-bump
Browse files Browse the repository at this point in the history
Prep for minor point release
  • Loading branch information
jonas-schievink committed Jul 21, 2020
2 parents 1e63c04 + 4ce1525 commit 8dbcd37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.11.1]

### New Features

- Add support for the Watchdog Timer peripheral ([#175])
- Renamed RTFM examples to RTIC examples ([#183])
- Updated comment style ([#180])
- Support VDD source for the ADC ([#181])

[#175]: https://github.com/nrf-rs/nrf-hal/pull/175
[#180]: https://github.com/nrf-rs/nrf-hal/pull/180
[#181]: https://github.com/nrf-rs/nrf-hal/pull/181
[#183]: https://github.com/nrf-rs/nrf-hal/pull/183

### Fixes

None

### Breaking Changes

None

## [0.11.0]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion nrf-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nrf-hal-common"
version = "0.11.0"
version = "0.11.1"
description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."

repository = "https://github.com/nrf-rs/nrf-hal"
Expand Down

0 comments on commit 8dbcd37

Please sign in to comment.