diff --git a/CHANGELOG.md b/CHANGELOG.md index bc49387..936247b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.6](https://github.com/oxc-project/fast-glob/compare/v0.4.5...v0.4.6) - 2025-06-28 + +### Other + +- Add wax to benchmark ([#24](https://github.com/oxc-project/fast-glob/pull/24)) +- *(deps)* update dependency rust to v1.88.0 ([#30](https://github.com/oxc-project/fast-glob/pull/30)) +- *(deps)* update marcoieni/release-plz-action digest to 8724d33 ([#29](https://github.com/oxc-project/fast-glob/pull/29)) +- *(deps)* update marcoieni/release-plz-action digest to dde7b63 ([#26](https://github.com/oxc-project/fast-glob/pull/26)) +- *(deps)* update dependency rust to v1.87.0 ([#28](https://github.com/oxc-project/fast-glob/pull/28)) +- *(deps)* update dependency rust to v1.86.0 ([#27](https://github.com/oxc-project/fast-glob/pull/27)) +- *(deps)* update dependency rust to v1.85.1 ([#25](https://github.com/oxc-project/fast-glob/pull/25)) +- *(deps)* update github-actions ([#23](https://github.com/oxc-project/fast-glob/pull/23)) +- *(deps)* update marcoieni/release-plz-action digest to 476794e ([#22](https://github.com/oxc-project/fast-glob/pull/22)) +- *(deps)* update rust crate criterion2 to v3 ([#21](https://github.com/oxc-project/fast-glob/pull/21)) +- *(deps)* update github-actions ([#18](https://github.com/oxc-project/fast-glob/pull/18)) +- *(deps)* update github-actions ([#19](https://github.com/oxc-project/fast-glob/pull/19)) +- without any performance compromise ([#17](https://github.com/oxc-project/fast-glob/pull/17)) + ## [0.4.5](https://github.com/oxc-project/fast-glob/compare/v0.4.4...v0.4.5) - 2025-02-27 ### Other diff --git a/Cargo.toml b/Cargo.toml index adf4c2b..098e9dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-glob" -version = "0.4.5" +version = "0.4.6" edition = "2021" license = "MIT"