diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdf1c1b3..b481428b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +14.0.1 (2023-11-26) +=================== +This a patch release meant to fix `cargo install ripgrep` on Windows. + +Bug fixes: + +* [BUG #2653](https://github.com/BurntSushi/ripgrep/issues/2653): + Include `pkg/windows/Manifest.xml` in crate package. + + 14.0.0 (2023-11-26) =================== ripgrep 14 is a new major version release of ripgrep that has some new diff --git a/Cargo.toml b/Cargo.toml index ca7f645b2..ec57bab06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ "HomebrewFormula", "/.github/", "/ci/", - "/pkg/", + "/pkg/brew", "/benchsuite/", "/scripts/", ]