Skip to content

Releases: camino-rs/camino

camino 1.1.11

07 Aug 19:54
Compare
Choose a tag to compare

Added

  • Utf8PathBuf::leak on Rust 1.89 and above.

camino 1.1.10

02 Jun 19:00
Compare
Choose a tag to compare

Changed

  • Hand-write serde implementations, dropping the dependency on serde_derive. Thanks to Enselic for initiating the discussion and for your first contribution!

camino 1.1.9

18 Aug 02:03
Compare
Choose a tag to compare

Added

  • Top-level function absolute_utf8 wraps std::path::absolute, converting paths to UTF-8.
    Requires Rust 1.79 and above.

camino 1.1.8

15 Aug 20:31
Compare
Choose a tag to compare

Changed

  • Use OsStr::as_encoded_bytes on Rust 1.74 and above, making conversions from OsStr to str virtually free (#93). Thanks @h-a-n-a for your first contribution!

camino 1.1.7

14 May 20:26
Compare
Choose a tag to compare

Fixed

  • Resolve unexpected_cfg warnings.

camino 1.1.6

12 Jul 05:19
Compare
Choose a tag to compare

Added

  • Implement Deserialize for Box<Utf8Path>.

camino 1.1.4

10 Mar 01:14
Compare
Choose a tag to compare

Added

  • Implement DerefMut for Utf8PathBuf on Rust 1.68 and above.

camino 1.1.3

22 Feb 05:23
Compare
Choose a tag to compare

Added

  • New method Utf8DirEntry::into_path to return an owned Utf8PathBuf.

camino 1.1.2

08 Jan 01:31
Compare
Choose a tag to compare

Added

  • New convenience methods [FromPathBufError::into_io_error] and
    [FromPathError::into_io_error].

camino 1.1.1

12 Aug 18:54
Compare
Choose a tag to compare

Fixed

  • Fixed a build regression on older nightlies in the 1.63 series
    (#22).
  • Documentation fixes.