Skip to content

Commit 6668f60

Browse files
committed
release 0.1.1
1 parent 2171bba commit 6668f60

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ffs - Changelog
22

3-
## 0.1.1 - UNRELEASED
3+
## 0.2.0 - UNRELEASED
4+
5+
## 0.1.1 - 2021-07-15
46

57
* Extended attribute `user.type` manages metadata.
68
* Ignore macOS extended attribute files `._*`.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Michael Greenberg <michael.greenberg@stevens.edu>"]
55
license = "GPL-3.0"
66
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."

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ download a single executable. These are the latest builds:
9999
- [Linux]({{ site.github.linux_url }})
100100
- [macOS]({{ site.github.macos_url }})
101101

102-
See the [release page](https://github.com/mgree/ffs/releases) for more
103-
information. You can also build ffs from
104-
[source](https://github.com/mgree/ffs).
102+
See the [release page](https://github.com/mgree/ffs/releases) for
103+
particular releases; the current version is 0.1.1. You can also build
104+
ffs from [source](https://github.com/mgree/ffs).
105105

106106
# Related tools
107107

0 commit comments

Comments
 (0)