Releases: rust-lang/glob
Releases · rust-lang/glob
v0.3.2
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 inglob_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: 0.3.1...v0.3.2
0.3.1
What's Changed
- Add doc-comment to test README examples by @GuillaumeGomez in #81
- Set up CI with Azure Pipelines by @KodrAus in #86
- Use 'dyn' since trait objects without an explicit 'dyn' are deprecated by @Atul9 in #87
- Fix tests on Windows by @steveklabnik in #88
- Add Debug trait to MatchOptions by @brmmm3 in #91
- Add triagebot configuration by @Mark-Simulacrum in #95
- Derive Debug for Paths by @gibfahn in #97
- Derive Debug for MatchOptions by @brmmm3 in #99
- Move tokens_len into if block as it is only used there by @brmmm3 in #93
- Replace Azure Pipelines with GitHub Actions by @KodrAus in #113
- Use SPDX license format by @atouchet in #115
- replace the Azure Pipelines status badge by @KodrAus in #114
- Fix spacing in Readme by @atouchet in #119
- Update GHA OS versions to latest by @JohnTitor in #118
- Allow deprecation to
Error::description
by @JohnTitor in #120 - Note the difference between
new()
anddefault()
by @JohnTitor in #121 - Prepare 0.3.1 release by @JohnTitor in #124
New Contributors
- @GuillaumeGomez made their first contribution in #81
- @Atul9 made their first contribution in #87
- @brmmm3 made their first contribution in #91
- @Mark-Simulacrum made their first contribution in #95
- @gibfahn made their first contribution in #97
- @atouchet made their first contribution in #115
- @JohnTitor made their first contribution in #118
Full Changelog: 0.3.0...0.3.1