1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

release 0.1.1

This commit is contained in:
Michael Greenberg 2021-07-15 14:47:17 -04:00
parent 2171bbaf70
commit 6668f60068
4 changed files with 8 additions and 6 deletions

View File

@ -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 `._*`.

2
Cargo.lock generated
View File

@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "ffs"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base64",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "ffs"
version = "0.1.0"
version = "0.1.1"
authors = ["Michael Greenberg <michael.greenberg@stevens.edu>"]
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."

View File

@ -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