Skip to content

Commit 03328d2

Browse files
chore: release v0.3.4
1 parent e0b33b0 commit 03328d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-10-01
11+
12+
### Other
13+
14+
- Bump actions/checkout from 4 to 5 ([#178](https://github.com/rust-lang/glob/pull/178))
15+
- Replace tempdir with tempfile ([#176](https://github.com/rust-lang/glob/pull/176))
16+
1017
## [0.3.3](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - 2025-08-11
1118

1219
- 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)