Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 12:17
· 239 commits to main since this release
  • Fix a build failure since new RC version of clap crate was released.
  • Fix a dynamic link error of pcre2 library by linking the library statically. The error could happen when you installed Homebrew to non-default location on macOS (#6).
  • Add --regex-size-limit option for built-in grep feature.
  • Add --dfa-size-limit option for built-in grep feature.
  • Use Rust compiler v1.57 to build binaries.