8000 chore: release v0.4.6 by oxc-bot · Pull Request #20 · oxc-project/fast-glob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: release v0.4.6 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
< 103C0 /file-tree>
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ 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-05-25

### Other

- *(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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast-glob"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
license = "MIT"

Expand Down
0