Skip to content

Commit cfb2899

Browse files
chore: release v0.3.3
1 parent bfcd9a4 commit cfb2899

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
- Optimize memory allocations ([#147](https://github.com/rust-lang/glob/pull/147))
15+
- 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+
532
## [Unreleased]
633

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glob"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/glob"

0 commit comments

Comments
 (0)