Release memofs 0.3.0, bump Rojo dependency (#894)

This commit is contained in:
Kenneth Loeffler
2024-03-25 10:48:27 -07:00
committed by GitHub
parent c7a4f892e3
commit 87920964d7
4 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
# memofs Changelog
## Unreleased Changes
## 0.3.0 (2024-03-15)
* Changed `StdBackend` file watching component to use minimal recursive watches. [#830]
* Added `Vfs::read_to_string` and `Vfs::read_to_string_lf_normalized` [#854]

View File

@@ -1,7 +1,7 @@
[package]
name = "memofs"
description = "Virtual filesystem with configurable backends."
version = "0.2.0"
version = "0.3.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
readme = "README.md"