Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 3.06 KB

Changelog

0.1.1 (2021-12-22)

Full Changelog

It's now possible to ignore/skip dot-entries (dot-files, dot-directories) as a fix for issue #14. Such entries where previously skipped for sanity and needless directory traversal reasons (think VCS directories like .git, .svn, ...) but there might be other dot-entries to handle.

Enhancements:

Maintenance:

  • ci: switch to official github-changelog-generator image #18 (mweirauch)
  • ci: use cache@v2 for cargo caches #16 (mweirauch)
  • chore: dependency updates and clippy fixes #15 (mweirauch)

Closed issues:

  • Skipping dot files #14

0.1.0 (2020-06-21)

Full Changelog

Initial Release

Maintenance:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator