diff --git a/CHANGELOG.md b/CHANGELOG.md index 8611012..1a39705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] + +## [0.6.0] - 2022-05-13 - Add split-by-byte using --bytes - Add split-by-character using --characters - Faster performance when -p (compress delimiters) is on diff --git a/Cargo.lock b/Cargo.lock index f0af401..9f33d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" [[package]] name = "tuc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8667440..eb7d4a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuc" description = "When cut doesn't cut it" -version = "0.5.0" +version = "0.6.0" authors = ["Riccardo Attilio Galli "] edition = "2018" homepage = "https://github.com/riquito/tuc" diff --git a/README.md b/README.md index 9025819..0be5a76 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cargo install tuc ## Help ``` -tuc 0.5.0 +tuc 0.6.0 When cut doesn't cut it. USAGE: