Compare commits

..

2 Commits

Author SHA1 Message Date
Andrew Gallant
1d5b1011e5 12.0.1
Some checks failed
release / create-release (push) Has been cancelled
release / build-release (linux, ubuntu-18.04, nightly, x86_64-unknown-linux-musl) (push) Has been cancelled
release / build-release (linux-arm, ubuntu-18.04, nightly, arm-unknown-linux-gnueabihf) (push) Has been cancelled
release / build-release (macos, macos-latest, nightly, x86_64-apple-darwin) (push) Has been cancelled
release / build-release (win-gnu, windows-2019, nightly-x86_64-gnu, x86_64-pc-windows-gnu) (push) Has been cancelled
release / build-release (win-msvc, windows-2019, nightly, x86_64-pc-windows-msvc) (push) Has been cancelled
release / build-release (win32-msvc, windows-2019, nightly, i686-pc-windows-msvc) (push) Has been cancelled
2020-03-29 18:59:40 -04:00
Andrew Gallant
1bb30b72fc changelog: prepare for 12.0.1 release, redux 2020-03-29 18:50:31 -04:00
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
12.0.1 (2020-03-29)
===================
ripgrep 12.0.1 is a small patch release that includes a couple minor bug fixes.
These bug fixes address regressions introduced in the 12.0.0 release.
ripgrep 12.0.1 is a small patch release that includes a minor bug fix relating
to superfluous error messages when searching git repositories with sub-modules.
This was a regression introduced in the 12.0.0 release.
Bug fixes:

2
Cargo.lock generated
View File

@@ -399,7 +399,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ripgrep"
version = "12.0.0"
version = "12.0.1"
dependencies = [
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
version = "12.0.0" #:version
version = "12.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current