diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6a18d..fde75d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # ffs - Changelog -## 0.1.1 - UNRELEASED +## 0.2.0 - UNRELEASED + +## 0.1.1 - 2021-07-15 * Extended attribute `user.type` manages metadata. * Ignore macOS extended attribute files `._*`. diff --git a/Cargo.lock b/Cargo.lock index 6c1c03e..f49b6df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "ffs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9775367..226d095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffs" -version = "0.1.0" +version = "0.1.1" authors = ["Michael Greenberg "] license = "GPL-3.0" description = "ffs---the File FileSystem---lets you mount semi-structured data (like JSON) as a filesystem, letting you work with modern formats using your familiar shell tools." diff --git a/docs/index.md b/docs/index.md index 8d5e867..cf2a21f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,9 +99,9 @@ download a single executable. These are the latest builds: - [Linux]({{ site.github.linux_url }}) - [macOS]({{ site.github.macos_url }}) -See the [release page](https://github.com/mgree/ffs/releases) for more -information. You can also build ffs from -[source](https://github.com/mgree/ffs). +See the [release page](https://github.com/mgree/ffs/releases) for +particular releases; the current version is 0.1.1. You can also build +ffs from [source](https://github.com/mgree/ffs). # Related tools