Skip to content

Commit

Permalink
Update readme and increment the patch field in the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed May 16, 2020
1 parent 5af79ab commit 217b473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trash"
version = "1.0.0"
version = "1.0.1"
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>"]
license = "MIT"
readme = "Readme.md"
Expand Down
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Trash is a Rust library that provides functionality to move files and folders to

The library supports Windows, Mac and Linux.

Version 2 would add `list`, `purge_all`, and `restore_all` that would allow for listing, permanently removing or restoring trashed items.
Development for Version 2 is currently suspended as I couldn't manage to get these features to work on Mac.
An imperfect alternative would be to release those features for Linux and Windows both of which at this point have a more or less complete implementation of these features on the `v2-dev` branch but currently I have other priorities. If you'd be interested having access to the above mentionned on Windows and Linux feel free to open an issue.

## Usage

```rust
Expand All @@ -35,3 +31,9 @@ fn main() {
}
}
```

## Note on Version 2

Version 2 would add `list`, `purge_all`, and `restore_all` that would allow for listing, permanently removing or restoring trashed items.
Development for Version 2 is currently suspended as I couldn't manage to get these features to work on Mac. Contribution would be very welcome.
An imperfect alternative would be to release those features for Linux and Windows both of which at this point have a more or less complete implementation of these features on the `v2-dev` branch. The windows implementation depends on a custom fork of winapi, because the PR adding the required features cannot be merged before winapi 0.4. I would like to merge the branch adding `list`, `purge_all`, and `restore_all` only after the winapi PR is is merged and published.

0 comments on commit 217b473

Please sign in to comment.