summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhspetersson <jhspetersson@gmail.com>2023-06-16 14:48:46 +0200
committerjhspetersson <jhspetersson@gmail.com>2023-06-16 14:48:46 +0200
commit94849313ee4f76752287c6887cb4b03972f0e748 (patch)
treeabc203da58fa4d7d4f7a586f6b420070c3940f6e
parentc6cc54aab907b28bb4c8117dc698dd134776c6a0 (diff)
bump version0.8.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9b3a11..fb6fe83 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -440,7 +440,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fselect"
-version = "0.8.3"
+version = "0.8.4"
dependencies = [
"bytecount",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 13eef0e..e476731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.8.3"
+version = "0.8.4"
authors = ["jhspetersson <jhspetersson@gmail.com>"]
description = "Find files with SQL-like queries"
keywords = ["find", "files", "sql", "query", "tool"]
diff --git a/README.md b/README.md
index 9f32653..0619b2d 100644
--- a/README.md
+++ b/README.md
@@ -41,11 +41,11 @@ More is under way!
#### Other Linux
-[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.3/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.4/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.3/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.4/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows via winget