File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
22
## [ 0.3.2] ( https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2 ) - 2024-12-28
8
23
9
24
## What's Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " glob"
4
- version = " 0.3.2 "
4
+ version = " 0.3.3 "
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
7
7
homepage = " https://github.com/rust-lang/glob"
You can’t perform that action at this time.
0 commit comments