File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.4] ( https://github.com/rust-lang/glob/compare/v0.3.3...v0.3.4 ) - 2025-09-17
11+
12+ ### Other
13+
14+ - Replace tempdir with tempfile ([ #176 ] ( https://github.com/rust-lang/glob/pull/176 ) )
15+
1016## [ 0.3.3] ( https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3 ) - 2025-08-11
1117
1218- Optimize memory allocations ([ #147 ] ( https://github.com/rust-lang/glob/pull/147 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " glob"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66homepage = " https://github.com/rust-lang/glob"
You can’t perform that action at this time.
0 commit comments