Skip to content

Commit 96c770f

Browse files
committed
Changelog / release 0.1.1
1 parent 17e63c4 commit 96c770f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
- Add INPUTMUX and PINT peripherals
99
- Add example using PINT + INPUTMUX to make an external interrupt on a pin
1010

11+
## [v0.1.1] - 2021-04-23
12+
USB fix
13+
1114
## [v0.1.0] - 2021-02-26
1215
Stabilize things somewhat
1316

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lpc55-hal"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
66
repository = "https://github.com/nickray/lpc55-hal"

0 commit comments

Comments
 (0)