Skip to content

Commit 73774e5

Browse files
chore: release v0.3.3
1 parent 1cf0f30 commit 73774e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.3.3](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - 2025-01-04
8+
9+
### Other
10+
11+
- Fix version numbers and some formatting
12+
- Run clippy checks in CI
13+
- Disallow warnings in CI
14+
- Apply remaining clippy suggestions
15+
- Fix an instance of `unused_must_use` on Windows
16+
- Remove useless references
17+
- Use char rather than &str as `starts_with()` argument
18+
- Remove useless `as usize`
19+
- Do not deconstruct an error to rebuild it right after
20+
- Check rustfmt in CI
21+
- Run `cargo fmt` on existing code
22+
723
## [0.3.2](https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2) - 2024-12-28
824

925
## What's Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glob"
3-
version = "0.3.2"
3+
version = "0.3.3"
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)