File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ - No unreleased changes.
10
+
11
+ ## 0.1.1 - 2022-01-03
12
+
13
+ - Use ` critical-section ` for critical sections instead of ` cortex_m::interrupt::free ` . This allows
14
+ customizing the critical section implementation, needed for using with the nRF SoftDevices.
15
+
16
+ ## 0.1.0 - 2021-07-07
17
+
18
+ - Initial release
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ members = [
6
6
7
7
[package ]
8
8
name = " nrf-usbd"
9
- version = " 0.1.0 "
9
+ version = " 0.1.1 "
10
10
edition = " 2018"
11
11
description = " USB driver for nRF microcontrollers"
12
12
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments