diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 48019822..3634be56 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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. diff --git a/core/Cargo.toml b/core/Cargo.toml index 0f974f58..2eae6182 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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"