diff --git a/CHANGELOG.md b/CHANGELOG.md index 0447844..f1b05ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.10.0 + +* Improve horizontal space utilization when rendering wide columns +* Support toggling sort direction +* Accept tab delimiter specified as `-d \t` without quotes +* Add library target + # v0.9.1 ## Bug fixes diff --git a/Cargo.lock b/Cargo.lock index a590fa9..e824ff9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ [[package]] name = "csvlens" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 483ef2e..b5a8cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csvlens" -version = "0.9.1" +version = "0.10.0" authors = ["Yung Siang Liau "] license = "MIT" description = "Command line csv viewer"