Skip to content

Commit

Permalink
Merge #13
Browse files Browse the repository at this point in the history
13: Release v0.2.0 r=jonas-schievink a=jonas-schievink

bors r+

Co-authored-by: Jonas Schievink <[email protected]>
  • Loading branch information
bors[bot] and Jonas Schievink authored Sep 27, 2022
2 parents 0585ae7 + 5ff4442 commit cbd7ed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 0.2.0 - 2022-09-27

- No unreleased changes.
- Update to `critical-section` 1.0 ([#9]).
- Change `Usbd::new` to return `Self` ([#12]).

[#9]: https://github.com/nrf-rs/nrf-usbd/pull/9
[#12]: https://github.com/nrf-rs/nrf-usbd/pull/12

## 0.1.1 - 2022-01-03

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

## 0.1.0 - 2021-07-07

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = [".", "example"]

[package]
name = "nrf-usbd"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
description = "USB driver for nRF microcontrollers"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit cbd7ed7

Please sign in to comment.