Skip to content

Commit 4843986

Browse files
0.11.0
1 parent d89558b commit 4843986

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.11.0]
44

55
### New Features
66

@@ -33,3 +33,4 @@
3333
[#168]: https://github.com/nrf-rs/nrf-hal/pull/168
3434
[#167]: https://github.com/nrf-rs/nrf-hal/pull/167
3535
[#172]: https://github.com/nrf-rs/nrf-hal/pull/172
36+
[0.11.0]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.0

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.10.0"
3+
version = "0.11.0"
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"

nrf51-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf51-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2018"
55
description = "HAL for nRF51 microcontrollers"
66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf51 = "0.9.0"
2323
path = "../nrf-hal-common"
2424
default-features = false
2525
features = ["51"]
26-
version = "0.10.0"
26+
version = "0.11.0"
2727

2828
[dependencies.embedded-hal]
2929
features = ["unproven"]

nrf52810-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf52810-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2018"
55
description = "HAL for nRF52810 microcontrollers"
66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -22,7 +22,7 @@ nrf52810-pac = "0.9.0"
2222
path = "../nrf-hal-common"
2323
default-features = false
2424
features = ["52810"]
25-
version = "0.10.0"
25+
version = "0.11.0"
2626

2727
[dependencies.embedded-hal]
2828
features = ["unproven"]

nrf52832-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf52832-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "HAL for nRF52832 microcontrollers"
55

66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -21,7 +21,7 @@ nrf52832-pac = "0.9.0"
2121
path = "../nrf-hal-common"
2222
default-features = false
2323
features = ["52832"]
24-
version = "0.10.0"
24+
version = "0.11.0"
2525

2626
[dependencies.embedded-hal]
2727
features = ["unproven"]

nrf52833-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf52833-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "HAL for nRF52833 microcontrollers"
55

66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -24,7 +24,7 @@ nrf52833-pac = "0.9.0"
2424
path = "../nrf-hal-common"
2525
default-features = false
2626
features = ["52833"]
27-
version = "0.10.0"
27+
version = "0.11.0"
2828

2929
[dependencies.embedded-hal]
3030
features = ["unproven"]

nrf52840-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf52840-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "HAL for nRF52840 microcontrollers"
55

66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf52840-pac = "0.9.0"
2323
path = "../nrf-hal-common"
2424
default-features = false
2525
features = ["52840"]
26-
version = "0.10.0"
26+
version = "0.11.0"
2727

2828
[dependencies.embedded-hal]
2929
features = ["unproven"]

nrf9160-hal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf9160-hal"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "HAL for nRF9160 system-in-package"
55

66
repository = "https://github.com/nrf-rs/nrf-hal"
@@ -20,7 +20,7 @@ nrf9160-pac = "0.2.0"
2020
path = "../nrf-hal-common"
2121
default-features = false
2222
features = ["9160"]
23-
version = "0.10.0"
23+
version = "0.11.0"
2424

2525
[dependencies.embedded-hal]
2626
features = ["unproven"]

0 commit comments

Comments
 (0)