Skip to content

Commit 0ee22f0

Browse files
chore: release v0.3.4
1 parent b5fe5a1 commit 0ee22f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glob"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/glob"

0 commit comments

Comments
 (0)