Release v7.7.0 (#1286)

This commit is contained in:
Micah
2026-07-01 17:59:58 -07:00
committed by GitHub
parent 16633e3c65
commit bcadc97de2
9 changed files with 9168 additions and 1640 deletions

View File

@@ -1,6 +1,8 @@
# memofs Changelog
## Unreleased Changes
# 0.4.0 (2026-07-01)
* Added `Vfs::canonicalize`. [#1201]
* **Breaking:** `StdBackend::new` and `Vfs::new_default` now return `io::Result`, so a failure to create the filesystem watcher is reported as an error instead of panicking. The `Default` implementation for `StdBackend` has been removed as a result. [#1267]

View File

@@ -1,7 +1,7 @@
[package]
name = "memofs"
description = "Virtual filesystem with configurable backends."
version = "0.3.1"
version = "0.4.0"
authors = [
"Lucien Greathouse <me@lpghatguy.com>",
"Micah Reid <git@dekkonot.com>",