Skip to content

Commit 53a86f7

Browse files
Release v0.4.0
1 parent d4037eb commit 53a86f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
-
9+
10+
## [v0.4.0](https://github.com/lpc55/lpc55-hal/releases/tag/0.4.0) - 2024-10-25
11+
812
- Update `littlefs2` to 0.5
913

14+
[All Changes](https://github.com/lpc55/lpc55-hal/compare/0.3.1...0.4.0)
15+
1016
## [v0.3.1](https://github.com/lpc55/lpc55-hal/releases/tag/0.3.1) - 2024-10-09
1117

1218
- Update `littlefs2` to 0.4 ([#60](https://github.com/lpc55/lpc55-hal/pull/60))

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.3.1"
3+
version = "0.4.0"
44
edition = "2018"
55
description = "Hardware Abstraction Layer (HAL) for the NXP LPC55S6x ARM Cortex-33 microcontrollers"
66
repository = "https://github.com/lpc55/lpc55-hal"

0 commit comments

Comments
 (0)