File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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+
58## [ Unreleased]
69
10+ ## [ 0.3.3] ( https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3 ) - 2025-08-11
11+
12+ - Optimize memory allocations ([ #147 ] ( https://github.com/rust-lang/glob/pull/147 ) )
13+ - Bump the MSRV to 1.63 ([ #172 ] ( https://github.com/rust-lang/glob/pull/172 ) )
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 ) )
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
Original file line number Diff line number Diff line change 11[package ]
22name = " glob"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66homepage = " https://github.com/rust-lang/glob"
You can’t perform that action at this time.
0 commit comments