Skip to content

Commit 7a0ab87

Browse files
committed
Release v0.3.0.
1 parent d8a0ac5 commit 7a0ab87

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

8+
## 0.3.0
9+
10+
- Update to `usb-device` 0.3 ([#17]).
11+
12+
[#17]: https://github.com/nrf-rs/nrf-usbd/pull/17
13+
714
## 0.2.0 - 2022-09-27
815

916
- Update to `critical-section` 1.0 ([#9]).
@@ -15,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522
## 0.1.1 - 2022-01-03
1623

1724
- Use `critical-section` for critical sections instead of `cortex_m::interrupt::free`. This allows
18-
customizing the critical section implementation, needed for using with the nRF SoftDevices.
25+
customizing the critical section implementation, needed for using with the nRF SoftDevices.
1926

2027
## 0.1.0 - 2021-07-07
2128

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = [".", "example"]
44

55
[package]
66
name = "nrf-usbd"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
edition = "2018"
99
description = "USB driver for nRF microcontrollers"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)