From 56c405d8e6bbd5c49e5beaf33c7d882de72900d4 Mon Sep 17 00:00:00 2001 From: David Peter Date: Thu, 3 Nov 2022 09:13:15 +0100 Subject: Updates for fd 8.5.2 --- CHANGELOG.md | 11 ++--------- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4b655..cde2c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,8 @@ -# Upcoming release - -## Features - +# v8.5.2 ## Bugfixes - -## Changes - - -## Other +- Fix --owner option value parsing, see #1163 and #1164 (@tmccombs) # v8.5.1 diff --git a/Cargo.lock b/Cargo.lock index 9535257..aa9df73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "fd-find" -version = "8.5.1" +version = "8.5.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4bb84a5..878c1c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "8.5.1" +version = "8.5.2" edition= "2021" [badges.appveyor] diff --git a/README.md b/README.md index d8e3dd7..1bfbed5 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`. If you use an older version of Ubuntu, you can download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via: ``` bash -sudo dpkg -i fd_8.5.1_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_8.5.2_amd64.deb # adapt version number and architecture ``` ### On Debian -- cgit v1.2.3