Skip to content

Commit ca4d09b

Browse files
authored
chore: release v1.0.0 (#20)
1 parent 5cced0b commit ca4d09b

File tree

4 files changed

+664
-2
lines changed

4 files changed

+664
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
.DS_Store
33

44
/target
5-
/Cargo.lock

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0](https://github.com/oxc-project/fast-glob/compare/v0.4.5...v1.0.0) - 2025-07-27
11+
12+
### Other
13+
14+
- clean up workflow files
15+
- *(release)* enable trusted publishing
16+
- *(deps)* update github-actions ([#33](https://github.com/oxc-project/fast-glob/pull/33))
17+
- *(deps)* update marcoieni/release-plz-action digest to 068d76d ([#32](https://github.com/oxc-project/fast-glob/pull/32))
18+
- *(deps)* update codspeedhq/action action to v3.7.0 ([#31](https://github.com/oxc-project/fast-glob/pull/31))
19+
- Add wax to benchmark ([#24](https://github.com/oxc-project/fast-glob/pull/24))
20+
- *(deps)* update dependency rust to v1.88.0 ([#30](https://github.com/oxc-project/fast-glob/pull/30))
21+
- *(deps)* update marcoieni/release-plz-action digest to 8724d33 ([#29](https://github.com/oxc-project/fast-glob/pull/29))
22+
- *(deps)* update marcoieni/release-plz-action digest to dde7b63 ([#26](https://github.com/oxc-project/fast-glob/pull/26))
23+
- *(deps)* update dependency rust to v1.87.0 ([#28](https://github.com/oxc-project/fast-glob/pull/28))
24+
- *(deps)* update dependency rust to v1.86.0 ([#27](https://github.com/oxc-project/fast-glob/pull/27))
25+
- *(deps)* update dependency rust to v1.85.1 ([#25](https://github.com/oxc-project/fast-glob/pull/25))
26+
- *(deps)* update github-actions ([#23](https://github.com/oxc-project/fast-glob/pull/23))
27+
- *(deps)* update marcoieni/release-plz-action digest to 476794e ([#22](https://github.com/oxc-project/fast-glob/pull/22))
28+
- *(deps)* update rust crate criterion2 to v3 ([#21](https://github.com/oxc-project/fast-glob/pull/21))
29+
- *(deps)* update github-actions ([#18](https://github.com/oxc-project/fast-glob/pull/18))
30+
- *(deps)* update github-actions ([#19](https://github.com/oxc-project/fast-glob/pull/19))
31+
- without any performance compromise ([#17](https://github.com/oxc-project/fast-glob/pull/17))
32+
1033
## [0.4.5](https://github.com/oxc-project/fast-glob/compare/v0.4.4...v0.4.5) - 2025-02-27
1134

1235
### Other

0 commit comments

Comments
 (0)