|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +## [0.3.2](https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2) - 2024-12-28 |
| 8 | + |
| 9 | +## What's Changed |
| 10 | +* Add fs::symlink_metadata to detect broken symlinks by @kyoheiu in https://github.com/rust-lang/glob/pull/105 |
| 11 | +* Add support for windows verbatim disk paths by @nico-abram in https://github.com/rust-lang/glob/pull/112 |
| 12 | +* Respect `require_literal_leading_dot` option in `glob_with` method for path components by @JohnTitor in https://github.com/rust-lang/glob/pull/128 |
| 13 | +* Harden tests for symlink by @JohnTitor in https://github.com/rust-lang/glob/pull/127 |
| 14 | +* Remove "extern crate" directions from README by @zmitchell in https://github.com/rust-lang/glob/pull/131 |
| 15 | +* Add FIXME for tempdir by @JohnTitor in https://github.com/rust-lang/glob/pull/126 |
| 16 | +* Cache information about file type by @Kobzol in https://github.com/rust-lang/glob/pull/135 |
| 17 | +* Document the behaviour of ** with files by @Wilfred in https://github.com/rust-lang/glob/pull/138 |
| 18 | +* Add dependabot by @oriontvv in https://github.com/rust-lang/glob/pull/139 |
| 19 | +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/rust-lang/glob/pull/140 |
| 20 | +* Check only (no longer test) at the MSRV by @tgross35 in https://github.com/rust-lang/glob/pull/151 |
| 21 | +* Add release-plz for automated releases by @tgross35 in https://github.com/rust-lang/glob/pull/150 |
| 22 | + |
| 23 | +## New Contributors |
| 24 | +* @kyoheiu made their first contribution in https://github.com/rust-lang/glob/pull/105 |
| 25 | +* @nico-abram made their first contribution in https://github.com/rust-lang/glob/pull/112 |
| 26 | +* @zmitchell made their first contribution in https://github.com/rust-lang/glob/pull/131 |
| 27 | +* @Kobzol made their first contribution in https://github.com/rust-lang/glob/pull/135 |
| 28 | +* @Wilfred made their first contribution in https://github.com/rust-lang/glob/pull/138 |
| 29 | +* @oriontvv made their first contribution in https://github.com/rust-lang/glob/pull/139 |
| 30 | +* @dependabot made their first contribution in https://github.com/rust-lang/glob/pull/140 |
| 31 | +* @tgross35 made their first contribution in https://github.com/rust-lang/glob/pull/151 |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/rust-lang/glob/compare/0.3.1...0.3.2 |
0 commit comments