summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-12-07 18:57:45 +0100
committersharkdp <davidpeter@web.de>2020-12-07 18:57:45 +0100
commit7e018c62d30185d11a8c9160a284128364f32dd2 (patch)
tree832a82ffe5bfdd6e8eef51184baf7677ee77f9dd
parentc7cf2d110438eb42bf58fbf059190a00f8111cf5 (diff)
Bump version to v8.2.1v8.2.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c52916a..44ba895 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
## Changes
## Other
+# v8.2.1
+
+No functional changes with respect to v8.2.0. Bugfix in the release process.
+
# v8.2.0
## Features
diff --git a/Cargo.lock b/Cargo.lock
index 4656842..fa3c14d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -149,7 +149,7 @@ dependencies = [
[[package]]
name = "fd-find"
-version = "8.2.0"
+version = "8.2.1"
dependencies = [
"ansi_term 0.12.1",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 46bc530..c3e4ccc 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.2.0"
+version = "8.2.1"
edition= "2018"
[badges.appveyor]
diff --git a/README.md b/README.md
index 6a8ba60..bd0ee84 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ use `fd` in the same way as in this documentation.
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.2.0_amd64.deb # adapt version number and architecture
+sudo dpkg -i fd_8.2.1_amd64.deb # adapt version number and architecture
```
### On Debian