summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-02-23 22:04:49 +0100
committerCanop <cano.petrole@gmail.com>2022-02-23 22:04:49 +0100
commit625ddc8211a3d2f7d2a310b2ef4501e11084ede8 (patch)
treebe18c65c71aa5a63d48c4d9544f93150ff41349e
parentda1c25a8f93eb40153137a8ccea2fe7b1b15f292 (diff)
version 2.1.0v2.1.0
Fix #38
-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 d3d15c9..00323a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+<a name="v2.1.0"></a>
+### v2.1.0 - 2022/02/23
- fix failure in parsing `--cols` arguments with underscore
- list all column names in case of bad value of `--cols`
- improve alignement of the 'inodes' column - Fix #38
diff --git a/Cargo.lock b/Cargo.lock
index ee832bf..f38aab6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -243,7 +243,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lfs"
-version = "2.1.0-dev"
+version = "2.1.0"
dependencies = [
"argh",
"crossterm",
diff --git a/Cargo.toml b/Cargo.toml
index 19c7b53..bfdc3e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lfs"
-version = "2.1.0-dev"
+version = "2.1.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2021"
keywords = ["linux", "filesystem", "fs"]