Skip to content

Commit 8dbcd37

Browse files
Merge pull request #184 from nrf-rs/minor-bump
Prep for minor point release
2 parents 1e63c04 + 4ce1525 commit 8dbcd37

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.11.1]
4+
5+
### New Features
6+
7+
- Add support for the Watchdog Timer peripheral ([#175])
8+
- Renamed RTFM examples to RTIC examples ([#183])
9+
- Updated comment style ([#180])
10+
- Support VDD source for the ADC ([#181])
11+
12+
[#175]: https://github.com/nrf-rs/nrf-hal/pull/175
13+
[#180]: https://github.com/nrf-rs/nrf-hal/pull/180
14+
[#181]: https://github.com/nrf-rs/nrf-hal/pull/181
15+
[#183]: https://github.com/nrf-rs/nrf-hal/pull/183
16+
17+
### Fixes
18+
19+
None
20+
21+
### Breaking Changes
22+
23+
None
24+
325
## [0.11.0]
426

527
### New Features

nrf-hal-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf-hal-common"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
55

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

0 commit comments

Comments
 (0)