Skip to content

Commit 89aefb8

Browse files
authored
chore: release v0.4.5 (#16)
1 parent 3dd89bf commit 89aefb8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
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.4.5](https://github.com/oxc-project/fast-glob/compare/v0.4.4...v0.4.5) - 2025-02-27
11+
12+
### Other
13+
14+
- reduce generic expansion on function `glob_match`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-glob"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)