mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
parent
0da1176e7d
commit
2d31af38a2
10
CHANGELOG.md
10
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)
|
14.0.0 (2023-11-26)
|
||||||
===================
|
===================
|
||||||
ripgrep 14 is a new major version release of ripgrep that has some new
|
ripgrep 14 is a new major version release of ripgrep that has some new
|
||||||
|
@ -17,7 +17,7 @@ exclude = [
|
|||||||
"HomebrewFormula",
|
"HomebrewFormula",
|
||||||
"/.github/",
|
"/.github/",
|
||||||
"/ci/",
|
"/ci/",
|
||||||
"/pkg/",
|
"/pkg/brew",
|
||||||
"/benchsuite/",
|
"/benchsuite/",
|
||||||
"/scripts/",
|
"/scripts/",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user