Skip to content

v0.1.0 (2022-10-04)

Choose a tag to compare

@mtkennerly mtkennerly released this 04 Oct 10:20
· 10 commits to master since this release
a40b726
  • Initial release, forked from Glob v0.3.0 plus the latest additions on GitHub as of commit 91248c1.
  • Fixed:
    • glob_with did not respect the case sensitivity option for path segments without any wildcard characters. For example, the pattern src/*.rs would find SRC/main.rs even if you turned case sensitivity on. (ticket)