Skip to content

Commit 8a774f0

Browse files
chore: release v0.3.3
1 parent d6cac97 commit 8a774f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
718
## [0.3.2](https://github.com/rust-lang/glob/compare/v0.3.1...v0.3.2) - 2024-12-28
819

920
## What's Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "glob"
4-
version = "0.3.2"
4+
version = "0.3.3"
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
77
homepage = "https://github.com/rust-lang/glob"

0 commit comments

Comments
 (0)