Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.17 KB

File metadata and controls

33 lines (27 loc) · 2.17 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

0.3.2 - 2024-12-28

What's Changed

  • Add fs::symlink_metadata to detect broken symlinks by @kyoheiu in rust-lang#105
  • Add support for windows verbatim disk paths by @nico-abram in rust-lang#112
  • Respect require_literal_leading_dot option in glob_with method for path components by @JohnTitor in rust-lang#128
  • Harden tests for symlink by @JohnTitor in rust-lang#127
  • Remove "extern crate" directions from README by @zmitchell in rust-lang#131
  • Add FIXME for tempdir by @JohnTitor in rust-lang#126
  • Cache information about file type by @Kobzol in rust-lang#135
  • Document the behaviour of ** with files by @Wilfred in rust-lang#138
  • Add dependabot by @oriontvv in rust-lang#139
  • Bump actions/checkout from 3 to 4 by @dependabot in rust-lang#140
  • Check only (no longer test) at the MSRV by @tgross35 in rust-lang#151
  • Add release-plz for automated releases by @tgross35 in rust-lang#150

New Contributors

Full Changelog: https://github.com/rust-lang/glob/compare/0.3.1...0.3.2