Skip to content

Commit c8df619

Browse files
committedJul 22, 2021
Release version 0.5.0
1 parent ff43aa1 commit c8df619

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2021-07-21
10+
11+
- Better performances (faster, less allocations)
12+
- Faster to compile
13+
- Smaller binary size
14+
- Display a better error message on unknown arguments
15+
- Add an option to get the version back
16+
- Migrate to pico-args
17+
- Fix output when --only-delimited is present
18+
- Delimiters are replaced once, allowing empty strings
19+
- Updated dependencies
20+
- More integration tests
21+
922
## [0.4.0] - 2020-05-31
1023

1124
### Changed

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tuc"
33
description = "When cut doesn't cut it"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
authors = ["Riccardo Attilio Galli <riccardo@sideralis.org>"]
66
edition = "2018"
77
homepage = "https://github.com/riquito/tuc"

0 commit comments

Comments
 (0)
Please sign in to comment.