Files
tokio/tokio-fs/CHANGELOG.md
T
Laurențiu Nicola 39c95d6206 tokio-fs: Bump version to 0.1.2 (#469)
* Add a couple of missing full stops in the documentation
2018-07-11 15:09:37 -07:00

493 B

0.1.2 (July 11, 2018)

  • Add metadata and File::metadata (#433, #385)
  • Add File::seek (#434)

0.1.1 (June 13, 2018)

  • Add OpenOptions (#390)
  • Add into_std to File (#403)
  • Use tokio-codec in examples

0.1.0 (May 2, 2018)

  • Initial release