From a5dbb17d2974d9fafadc68a3a5969fe81cf433a9 Mon Sep 17 00:00:00 2001 From: oxc-bot Date: Thu, 27 Feb 2025 12:43:57 +0800 Subject: [PATCH 1/2] chore: release v0.4.5 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4fcf7ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.4.5](https://github.com/oxc-project/fast-glob/compare/v0.4.4...v0.4.5) - 2025-02-27 + +### Other + +- only publish src +- add release-plz +- update benchmark (#15) +- *(deps)* update github-actions (#13) +- remove unused `profile.release` +- reduce generic expansion on functino `glob_match` +- add justfile +- clean up trigger +- ignore typos from the tests directory +- cargo clippy --fix +- update rustfmt +- add rust-toolchain.toml +- update +- add renovate bot +- update package repository +- update LICENSE and authors diff --git a/Cargo.toml b/Cargo.toml index 238d932..681aa85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-glob" -version = "0.4.4" +version = "0.4.5" edition = "2021" license = "MIT" From cade1a52684982afa071ca934793018072e89a86 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 27 Feb 2025 12:51:14 +0800 Subject: [PATCH 2/2] u --- CHANGELOG.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcf7ff..bc49387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,19 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- only publish src -- add release-plz -- update benchmark (#15) -- *(deps)* update github-actions (#13) -- remove unused `profile.release` -- reduce generic expansion on functino `glob_match` -- add justfile -- clean up trigger -- ignore typos from the tests directory -- cargo clippy --fix -- update rustfmt -- add rust-toolchain.toml -- update -- add renovate bot -- update package repository -- update LICENSE and authors +- reduce generic expansion on function `glob_match`