mirror of
https://github.com/sharkdp/fd.git
synced 2026-09-01 04:28:07 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e018c62d3 |
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -149,7 +149,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fd-find"
|
||||
version = "8.2.0"
|
||||
version = "8.2.1"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"anyhow",
|
||||
|
||||
+1
-1
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user