Skip to content

Commit cbd7ed7

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #13
13: Release v0.2.0 r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2 parents 0585ae7 + 5ff4442 commit cbd7ed7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## 0.2.0 - 2022-09-27
88

9-
- No unreleased changes.
9+
- Update to `critical-section` 1.0 ([#9]).
10+
- Change `Usbd::new` to return `Self` ([#12]).
11+
12+
[#9]: https://github.com/nrf-rs/nrf-usbd/pull/9
13+
[#12]: https://github.com/nrf-rs/nrf-usbd/pull/12
1014

1115
## 0.1.1 - 2022-01-03
1216

@@ -15,4 +19,4 @@ customizing the critical section implementation, needed for using with the nRF S
1519

1620
## 0.1.0 - 2021-07-07
1721

18-
- Initial release
22+
- Initial release

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.1.1"
7+
version = "0.2.0"
88
edition = "2018"
99
description = "USB driver for nRF microcontrollers"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)