Skip to content

Commit

Permalink
Update changelog and bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Mar 6, 2022
1 parent 120792c commit 9a063f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# FUSE for Rust - Changelog

## 0.11.0 - UNRELEASED
## 0.12.0 - UNRELEASED

## 0.11.0 - 2022-03-05
* Add `spawn_mount2()`
* Deprecate `spawn_mount()`

## 0.10.0 - 2022-01-06
* Improve error messages
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fuser"
edition = "2018"
version = "0.10.0"
version = "0.11.0"
authors = ["Christopher Berner <christopherberner@gmail.com>"]
description = "Filesystem in Userspace (FUSE) for Rust"
documentation = "https://docs.rs/fuser"
Expand Down

0 comments on commit 9a063f8

Please sign in to comment.