Skip to content

v0.1.1

Latest

Choose a tag to compare

@stancl stancl released this 13 Sep 21:56

Full Changelog: v0.1.0...v0.1.1

fa9c36bf6da1: readme: nix instructions
------------
32a57ab5fbc1: perf: store glob exclude patterns instead of traversing glob(...)

Previously add_excludes_from_gitignore() would use glob() and
recursively traverse the generated paths to add them to excludes.

Now we store excludes as an enum - Path or Glob - and use the glob
crate's `Pattern.matches_path()` as needed, instead of the preemptive
traversal.
------------
ea031d81f0b1: render: only show Other section if there are any entries
------------
d4bf97ce12fa: fix: handle lines starting with # in md files better
------------
b1c165b0e8d1: Add Nix flake
------------
9e6fb13e6242: cargo update
------------
b7b6beb1bfa1: Add LICENSE