]> git.proxmox.com Git - rustc.git/blame - vendor/fs-err/CHANGELOG.md
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / fs-err / CHANGELOG.md
CommitLineData
1b1a35ee
XL
1# fs-err Changelog\r
2\r
3## 2.3.0\r
4* Added `create_dir` and `create_dir_all`. ([#19](https://github.com/andrewhickman/fs-err/pull/19))\r
5* Added `remove_file`, `remove_dir`, and `remove_dir_all`. ([#16](https://github.com/andrewhickman/fs-err/pull/16))\r
6\r
7## 2.2.0\r
8* Added `metadata`. ([#15](https://github.com/andrewhickman/fs-err/pull/15))\r
9\r
10## 2.1.0\r
11* Updated crate-level documentation. ([#8](https://github.com/andrewhickman/fs-err/pull/8))\r
12* Added `read_dir`, `ReadDir`, and `DirEntry`. ([#9](https://github.com/andrewhickman/fs-err/pull/9))\r
13\r
14## 2.0.1 (2020-02-22)\r
15* Added `copy`. ([#7](https://github.com/andrewhickman/fs-err/pull/7))\r
16\r
17## 2.0.0 (2020-02-19)\r
18* Removed custom error type in favor of `std::io::Error`. ([#2](https://github.com/andrewhickman/fs-err/pull/2))\r
19\r
20## 1.0.1 (2020-02-15)\r
21* Fixed bad documentation link in `Cargo.toml`.\r
22\r
23## 1.0.0 (2020-02-15)\r
24* No changes from 0.1.2.\r
25\r
26## 0.1.2 (2020-02-10)\r
27* Added `Error::cause` implementation for `fs_err::Error`.\r
28\r
29## 0.1.1 (2020-02-05)\r
30* Added wrappers for `std::fs::*` functions.\r
31\r
32## 0.1.0 (2020-02-02)\r
33* Initial release, containing a wrapper around `std::fs::File`.\r