Skip to content

Commit 9630c34

Browse files
Release littlefs2-core v0.1.1
1 parent 2c66535 commit 9630c34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
-
11+
12+
## [v0.1.1](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.1) - 2025-01-16
13+
1014
- Make `Path` and `PathBuf` more const-friendly:
1115
- Make `Path::as_ptr` and `PathBuf::from_buffer_unchecked` const.
1216
- Add const `Path::const_eq`, `PathBuf::from_path`, `PathBuf::as_path` and `PathBuf::as_str` methods.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "littlefs2-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["The Trussed developers"]
55
description = "Core types for the littlefs2 crate"
66

0 commit comments

Comments
 (0)