File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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
+ - Remove useless references
12
+ - Use char rather than &str as ` starts_with() ` argument
13
+ - Remove useless ` as usize `
14
+ - Do not deconstruct an error to rebuild it right after
15
+ - Check rustfmt in CI
16
+ - Run ` cargo fmt ` on existing code
17
+
7
18
## [ 0.3.2] ( https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2 ) - 2024-12-28
8
19
9
20
## 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