Skip to content

Commit 0978554

Browse files
authored
Update CHANGELOG.md
1 parent cfb2899 commit 0978554

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [0.3.3](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) - 2025-08-11
1111

12-
### Other
13-
1412
- Optimize memory allocations ([#147](https://github.com/rust-lang/glob/pull/147))
1513
- Bump the MSRV to 1.63 ([#172](https://github.com/rust-lang/glob/pull/172))
16-
- Fix spelling in pattern documentation
17-
- Fix version numbers and some formatting
18-
- Run clippy checks in CI
19-
- Disallow warnings in CI
20-
- Apply remaining clippy suggestions
21-
- Fix an instance of `unused_must_use` on Windows
22-
- Remove useless references
23-
- Use char rather than &str as `starts_with()` argument
24-
- Remove useless `as usize`
25-
- Do not deconstruct an error to rebuild it right after
26-
- Check rustfmt in CI
27-
- Run `cargo fmt` on existing code
28-
# Changelog
29-
30-
All notable changes to this project will be documented in this file.
31-
32-
## [Unreleased]
14+
- Fix spelling in pattern documentation ([#164](https://github.com/rust-lang/glob/pull/164))
15+
- Fix version numbers and some formatting ([#157](https://github.com/rust-lang/glob/pull/157))
16+
- Style fixes ([#137](https://github.com/rust-lang/glob/pull/137))
3317

3418
## [0.3.2](https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2) - 2024-12-28
3519

0 commit comments

Comments
 (0)