summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 16:31:42 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 16:32:59 -0500
commit2d31af38a2b764c446b2f949cb308a7310b251c0 (patch)
tree861555813c2e2e0e36d617941e5aa56ad9fdb815
parent0da1176e7d053d76105ef2d71551178292b16b49 (diff)
cargo: include pkg/windows in crate package
Fixes #2653
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcdf1c1b..b481428b 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 ca7f645b..ec57bab0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
"HomebrewFormula",
"/.github/",
"/ci/",
- "/pkg/",
+ "/pkg/brew",
"/benchsuite/",
"/scripts/",
]