Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.17 KB

CHANGELOG.md

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

New Contributors

  • @kyoheiu made their first contribution in #105
  • @nico-abram made their first contribution in #112
  • @zmitchell made their first contribution in #131
  • @Kobzol made their first contribution in #135
  • @Wilfred made their first contribution in #138
  • @oriontvv made their first contribution in #139
  • @dependabot made their first contribution in #140
  • @tgross35 made their first contribution in #151

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