0.5.0
Download findutils 0.5.0
File | Platform | Checksum |
---|---|---|
findutils-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
findutils-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
findutils-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
findutils-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
What's Changed
New features
- find: Implement
-newerXY
by @hanbings in #342 - xargs: Implement replace / -I (Closes: #310) by @sylvestre in #323
- xargs: add --max-lines by @cakebaker in #343
- xargs: rename
--size
to--max-chars
by @cakebaker in #321
Documentation
- initial oranda setup by @tertsdiepraam in #274
- website: fix
path_prefix
in oranda by @tertsdiepraam in #275 - website: fix changelog config by @tertsdiepraam in #278
- docs: initial version of mdbook by @tertsdiepraam in #347
Code quality
- Fix deprecation warnings from
chrono
in test by @cakebaker in #315 - xargs: remove unnecessary else blocks by @cakebaker in #318
- find: fix "item x imported redundantly" warnings by @cakebaker in #326
- find: fix two clippy warnings by @cakebaker in #335
- README: add badges + bfs info by @sylvestre in #337
- tests: remove "extern crate x" by @cakebaker in #341
- Run clippy pedantic fixes by @sylvestre in #348
CI
- ci: update codecov-action to v4 & use token by @cakebaker in #320
- Fix clippy warning on 'format!' strings by @jellehelsen in #272
- ci: Update bfs to 3.0.3 by @tavianator in #290
- ci: Update bfs to 3.1.3 by @tavianator in #334
- Cargo.toml: set "default-features = false" for onig by @cakebaker in #313
- Cargo.toml: use 2021 edition by @cakebaker in #314
- ci: name upload steps by @cakebaker in #346
dependencies
- build(deps): bump tempfile from 3.6.0 to 3.7.0 by @dependabot in #269
- build(deps): bump assert_cmd from 2.0.11 to 2.0.12 by @dependabot in #268
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #283
- build(deps): bump uucore from 0.0.20 to 0.0.21 by @dependabot in #282
- build(deps): bump tempfile from 3.7.0 to 3.8.0 by @dependabot in #276
- build(deps): bump filetime from 0.2.21 to 0.2.22 by @dependabot in #271
- build(deps): bump chrono from 0.4.26 to 0.4.28 by @dependabot in #281
- build(deps): bump walkdir from 2.3.3 to 2.4.0 by @dependabot in #284
- build(deps): bump chrono from 0.4.28 to 0.4.29 by @dependabot in #285
- build(deps): bump chrono from 0.4.29 to 0.4.31 by @dependabot in #288
- build(deps): bump uucore from 0.0.21 to 0.0.22 by @dependabot in #291
- build(deps): bump predicates from 3.0.3 to 3.0.4 by @dependabot in #289
- build(deps): bump nix from 0.26.2 to 0.27.1 by @dependabot in #279
- build(deps): bump dawidd6/action-download-artifact from 2 to 3 by @dependabot in #297
- build(deps): bump once_cell from 1.18.0 to 1.19.0 by @dependabot in #296
- build(deps): bump filetime from 0.2.22 to 0.2.23 by @dependabot in #295
- build(deps): bump tempfile from 3.8.0 to 3.8.1 by @dependabot in #293
- build(deps): bump uucore from 0.0.22 to 0.0.23 by @dependabot in #294
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #298
- build(deps): bump tempfile from 3.8.1 to 3.9.0 by @dependabot in #299
- build(deps): bump assert_cmd from 2.0.12 to 2.0.13 by @dependabot in #301
- build(deps): bump predicates from 3.0.4 to 3.1.0 by @dependabot in #302
- build(deps): bump chrono from 0.4.31 to 0.4.32 by @dependabot in #304
- build(deps): bump shlex from 1.1.0 to 1.3.0 by @dependabot in #303
- build(deps): bump uucore from 0.0.23 to 0.0.24 by @dependabot in #305
- build(deps): bump chrono from 0.4.32 to 0.4.33 by @dependabot in #306
- build(deps): bump chrono from 0.4.33 to 0.4.34 by @dependabot in #311
- build(deps): bump tempfile from 3.9.0 to 3.10.0 by @dependabot in #309
- build(deps): bump serial_test from 2.0.0 to 3.0.0 by @dependabot in #300
- build(deps): bump assert_cmd from 2.0.13 to 2.0.14 by @dependabot in #312
- Bump wasm-bindgen from 0.2.82 to 0.2.91 by @cakebaker in #317
- Bump clap from 4.4.6 to 4.4.18 by @cakebaker in #319
- build(deps): bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #328
- build(deps): bump walkdir from 2.4.0 to 2.5.0 by @dependabot in #329
- build(deps): bump chrono from 0.4.34 to 0.4.35 by @dependabot in #330
- xargs: upgrade to clap v4.4 by @cakebaker in #331
- build(deps): bump clap from 4.4.18 to 4.5.2 by @dependabot in #332
- build(deps): bump clap from 4.5.2 to 4.5.3 by @dependabot in #333
- build(deps): bump clap from 4.5.3 to 4.5.4 by @dependabot in #340
- build(deps): bump KyleMayes/install-llvm-action from 1 to 2 by @dependabot in #345
- build(deps): bump chrono from 0.4.35 to 0.4.37 by @dependabot in #344
- Bump nix from 0.27 to 0.28 & enable "fs" feature by @cakebaker in #327
- Bump parking_lot_core from 0.9.3 to 0.9.9 by @cakebaker in #316
- build(deps): bump uucore from 0.0.24 to 0.0.25 by @dependabot in #336
- Cargo.toml: specify complete chrono version by @cakebaker in #339
New Contributors
- @tertsdiepraam made their first contribution in #274
- @jellehelsen made their first contribution in #272
- @cakebaker made their first contribution in #313
- @hanbings made their first contribution in #342
Full Changelog: 0.4.2...0.5.0