Skip to content

Commit

Permalink
Changelog / release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Apr 23, 2021
1 parent 17e63c4 commit 96c770f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add INPUTMUX and PINT peripherals
- Add example using PINT + INPUTMUX to make an external interrupt on a pin

## [v0.1.1] - 2021-04-23
USB fix

## [v0.1.0] - 2021-02-26
Stabilize things somewhat

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lpc55-hal"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
repository = "https://github.com/nickray/lpc55-hal"
Expand Down

0 comments on commit 96c770f

Please sign in to comment.