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