Skip to content

Commit

Permalink
Release littlefs2-core v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 16, 2025
1 parent 2c66535 commit 9630c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

-

## [v0.1.1](https://github.com/trussed-dev/littlefs2/releases/tag/core-0.1.1) - 2025-01-16

- Make `Path` and `PathBuf` more const-friendly:
- Make `Path::as_ptr` and `PathBuf::from_buffer_unchecked` const.
- Add const `Path::const_eq`, `PathBuf::from_path`, `PathBuf::as_path` and `PathBuf::as_str` methods.
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "littlefs2-core"
version = "0.1.0"
version = "0.1.1"
authors = ["The Trussed developers"]
description = "Core types for the littlefs2 crate"

Expand Down

0 comments on commit 9630c34

Please sign in to comment.