From 314f3908fb1b45ec0fec790998625ca2ce80c4a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:57:16 +0000 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"