Skip to content

Releases: camino-rs/camino

camino 1.0.8

10 May 01:09
Compare
Choose a tag to compare

Added

  • New methods canonicalize_utf8, read_link_utf8 and read_dir_utf8 return Utf8PathBufs, erroring out if a resulting path is not valid UTF-8.
  • New feature proptest1 introduces proptest Arbitrary impls for Utf8PathBuf and
    Box<Utf8Path> (#18, thanks mcronce for your first contribution!)

camino 1.0.7

17 Jan 01:21
Compare
Choose a tag to compare

Added

  • Utf8Path::is_symlink checks whether a path is a symlink. Note that while std::path::Path only
    provides this method for version 1.58 and above, camino polyfills the method for all Rust versions
    it supports.

Changed

  • Update repository links to new location camino-rs/camino.
  • Update structopt example to clap 3's builtin derive feature.
    (camino continues to work with structopt as before.)

camino 1.0.5

27 Jul 17:46
Compare
Choose a tag to compare

camino 1.0.4

19 Mar 15:47
Compare
Choose a tag to compare

camino 1.0.3

11 Mar 21:50
Compare
Choose a tag to compare

camino 1.0.2

03 Mar 03:03
Compare
Choose a tag to compare

camino 1.0.1

25 Feb 12:01
Compare
Choose a tag to compare

camino 1.0.0

23 Feb 18:20
7f640b1
Compare
Choose a tag to compare

Initial release.

Changelog.