From 66446d7af0ffc5c8df4df8d06df318f6a7f0aec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 17:10:09 +0000 Subject: [PATCH] chore: release v0.3.4 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d7c25..5f8e8e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4](https://github.com/rust-lang/glob/compare/v0.3.3...v0.3.4) - 2025-11-13 + +### Other + +- Cache filename for sorting in `fill_todo` ([#181](https://github.com/rust-lang/glob/pull/181)) +- Replace `into_error` method with `impl Into` ([#179](https://github.com/rust-lang/glob/pull/179)) +- Bump actions/checkout from 4 to 5 ([#178](https://github.com/rust-lang/glob/pull/178)) +- Replace tempdir with tempfile ([#176](https://github.com/rust-lang/glob/pull/176)) + ## [0.3.3](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - 2025-08-11 - Optimize memory allocations ([#147](https://github.com/rust-lang/glob/pull/147)) diff --git a/Cargo.toml b/Cargo.toml index 1bd54b5..f2a495f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glob" -version = "0.3.3" +version = "0.3.4" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/glob"