Skip to content

Commit

Permalink
Release v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 22, 2024
1 parent d8a0ac5 commit 7a0ab87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

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).

## 0.3.0

- Update to `usb-device` 0.3 ([#17]).

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

## 0.2.0 - 2022-09-27

- Update to `critical-section` 1.0 ([#9]).
Expand All @@ -15,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.1.1 - 2022-01-03

- Use `critical-section` for critical sections instead of `cortex_m::interrupt::free`. This allows
customizing the critical section implementation, needed for using with the nRF SoftDevices.
customizing the critical section implementation, needed for using with the nRF SoftDevices.

## 0.1.0 - 2021-07-07

Expand Down
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.2.0"
version = "0.3.0"
edition = "2018"
description = "USB driver for nRF microcontrollers"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7a0ab87

Please sign in to comment.