📦 Findutils 0.4.1 Release
What’s Changed
- Fix spelling by @jayvdb in https://github.com/uutils/findutils/pull/229
- replaced not equal operation with equality operator by @HelloShiv in https://github.com/uutils/findutils/pull/235
- Refactor code to use String::new by @HelloShiv in https://github.com/uutils/findutils/pull/237
- implemented assert! for resolving warning panic! by @HelloShiv in https://github.com/uutils/findutils/pull/227
Update of the dependencies
- build(deps): bump regex from 1.7.1 to 1.7.3 by @dependabot in https://github.com/uutils/findutils/pull/228
- build(deps): bump assert_cmd from 2.0.8 to 2.0.10 by @dependabot in https://github.com/uutils/findutils/pull/218
- build(deps): bump chrono from 0.4.23 to 0.4.24 by @dependabot in https://github.com/uutils/findutils/pull/215
- build(deps): bump tempfile from 3.3.0 to 3.4.0 by @dependabot in https://github.com/uutils/findutils/pull/214
- build(deps): bump filetime from 0.2.19 to 0.2.20 by @dependabot in https://github.com/uutils/findutils/pull/208
- build(deps): bump filetime from 0.2.20 to 0.2.21 by @dependabot in https://github.com/uutils/findutils/pull/234
- build(deps): bump walkdir from 2.3.2 to 2.3.3 by @dependabot in https://github.com/uutils/findutils/pull/232
- build(deps): bump serial_test from 1.0.0 to 2.0.0 by @dependabot in https://github.com/uutils/findutils/pull/230
- build(deps): bump assert_cmd from 2.0.10 to 2.0.11 by @dependabot in https://github.com/uutils/findutils/pull/247
- build(deps): bump tempfile from 3.4.0 to 3.6.0 by @dependabot in https://github.com/uutils/findutils/pull/248
New Contributors
- @jayvdb made their first contribution in https://github.com/uutils/findutils/pull/229
- @HelloShiv made their first contribution in https://github.com/uutils/findutils/pull/227
Full Changelog: https://github.com/uutils/findutils/compare/0.4.0…0.4.1