Skip to content

Commit d6db4c2

Browse files
bors[bot]Dirbaio
andauthored
Merge #7
7: Release v0.1.1 r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
2 parents 14aa31d + 40f0d94 commit d6db4c2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "nrf-usbd"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
edition = "2018"
1111
description = "USB driver for nRF microcontrollers"
1212
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)