diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a125f3..96d5a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/jdrouet/browser-fs/compare/v0.1.0...v0.1.1) - 2025-02-14 + +### Other + +- release v0.1.0 (#1) + ## [0.1.0](https://github.com/jdrouet/browser-fs/releases/tag/v0.1.0) - 2025-02-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 890a0ac..17250ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "browser-fs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "futures-lite", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index debca44..aca3752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "browser-fs" authors = ["Jeremie Drouet "] -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A browser-based filesystem implementation for WebAssembly applications" license = "MIT"