Skip to content

Commit 623849f

Browse files
chore: release v0.3.3
1 parent 7a17f11 commit 623849f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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) - 2024-12-29
8+
9+
### Other
10+
11+
- Run clippy checks in CI
12+
- Disallow warnings in CI
13+
- Apply remaining clippy suggestions
14+
- Fix an instance of `unused_must_use` on Windows
15+
- Remove useless references
16+
- Use char rather than &str as `starts_with()` argument
17+
- Remove useless `as usize`
18+
- Do not deconstruct an error to rebuild it right after
19+
- Check rustfmt in CI
20+
- Run `cargo fmt` on existing code
21+
722
## [0.3.2](https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2) - 2024-12-28
823

924
## What's Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "glob"
4-
version = "0.3.2"
4+
version = "0.3.3"
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
77
homepage = "https://github.com/rust-lang/glob"

0 commit comments

Comments
 (0)