We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fe5a1 commit 0ee22f0Copy full SHA for 0ee22f0
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
16
## [0.3.3](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - 2025-08-11
17
18
- Optimize memory allocations ([#147](https://github.com/rust-lang/glob/pull/147))
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "glob"
3
-version = "0.3.3"
+version = "0.3.4"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
homepage = "https://github.com/rust-lang/glob"
0 commit comments