Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
riquito committed May 30, 2020
1 parent d6bd3d6 commit a644aa7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

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.0.2] - 2020-30-01

### Added

- Option -p has now a long version, "compress-delimiter"

## [0.0.1] - 2020-30-01

### Added

- Can cut given a (multi)character delimiter
- Can compress the delimiter in the output
- Can replace the delimiter in the output with a string
- Can omit lines not matching delimiters
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tuc"
description = "When cut doesn't cut it"
version = "0.1.0"
version = "0.2.0"
authors = ["Riccardo Attilio Galli <[email protected]>"]
edition = "2018"
homepage = "https://github.com/riquito/tuc"
Expand Down

0 comments on commit a644aa7

Please sign in to comment.