From 2d31af38a2b764c446b2f949cb308a7310b251c0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 26 Nov 2023 16:31:42 -0500 Subject: cargo: include pkg/windows in crate package Fixes #2653 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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/", ] -- cgit v1.2.3