From a28fd174576faac932aae6f3c52b06ba821341ea Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 8 Oct 2025 10:55:29 +0800 Subject: [PATCH] chore: release v1.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284860d..a49bbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1](https://github.com/oxc-project/fast-glob/compare/v1.0.0...v1.0.1) - 2025-10-08 + +### Other + +- *(deps)* lock file maintenance ([#51](https://github.com/oxc-project/fast-glob/pull/51)) + ## [1.0.0](https://github.com/oxc-project/fast-glob/compare/v0.4.5...v1.0.0) - 2025-07-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index 57a4782..39a1ff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "fast-glob" -version = "1.0.0" +version = "1.0.1" dependencies = [ "arrayvec", "criterion2", diff --git a/Cargo.toml b/Cargo.toml index fded677..85cca2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-glob" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT"