Release memofs v0.3.1 (#1175)

This commit is contained in:
Micah
2025-11-27 12:32:57 -08:00
committed by GitHub
parent 42568b9709
commit b89cc7f398
5 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
# memofs Changelog
## Unreleased Changes
## 0.3.1 (2025-11-27)
* Added `Vfs::exists`. [#1169]
* Added `create_dir` and `create_dir_all` to allow creating directories. [#937]