File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.3.3] ( https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3 ) - 2025-08-11
11
+
12
+ ### Other
13
+
14
+ - Bump the MSRV to 1.63 ([ #172 ] ( https://github.com/rust-lang/glob/pull/172 ) )
15
+ - Fix spelling in pattern documentation
16
+ - Fix version numbers and some formatting
17
+ - Run clippy checks in CI
18
+ - Disallow warnings in CI
19
+ - Apply remaining clippy suggestions
20
+ - Fix an instance of ` unused_must_use ` on Windows
21
+ - Remove useless references
22
+ - Use char rather than &str as ` starts_with() ` argument
23
+ - Remove useless ` as usize `
24
+ - Do not deconstruct an error to rebuild it right after
25
+ - Check rustfmt in CI
26
+ - Run ` cargo fmt ` on existing code
27
+ # Changelog
28
+
29
+ All notable changes to this project will be documented in this file.
30
+
5
31
## [ Unreleased]
6
32
7
33
## [ 0.3.2] ( https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2 ) - 2024-12-28
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