summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-03-15 19:03:27 +0100
committerCanop <cano.petrole@gmail.com>2022-03-15 19:03:27 +0100
commit6ae3cc9e2e9b49c9c252b259de68130c83cd3efa (patch)
treee972c59997300607d66a2cbcbd1ce88652d05b34
parentbb9e49612c5ed9174c708c9298c08a4ab576c9ec (diff)
version 2.5.0v2.5.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09dbed6..444cfed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+<a name="v2.5.0"></a>
+### v2.5.0 - 2022/03/15
- with `--csv`, the table is written in CSV. The `--csv-separator` argument lets you change the separator. Filters, sorting, and column choices work for CSV output too - Fix #42
<a name="v2.4.0"></a>
diff --git a/Cargo.lock b/Cargo.lock
index 76fcab8..9d2ac95 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -249,7 +249,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lfs"
-version = "2.5.0-dev"
+version = "2.5.0"
dependencies = [
"argh",
"bet",
diff --git a/Cargo.toml b/Cargo.toml
index 3d03501..4b26ba8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lfs"
-version = "2.5.0-dev"
+version = "2.5.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2021"
keywords = ["linux", "filesystem", "fs"]