File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
7
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
+
7
14
## 0.2.0 - 2022-09-27
8
15
9
16
- 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
15
22
## 0.1.1 - 2022-01-03
16
23
17
24
- 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.
19
26
20
27
## 0.1.0 - 2021-07-07
21
28
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default-members = [".", "example"]
4
4
5
5
[package ]
6
6
name = " nrf-usbd"
7
- version = " 0.2 .0"
7
+ version = " 0.3 .0"
8
8
edition = " 2018"
9
9
description = " USB driver for nRF microcontrollers"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments