Skip to content

Commit f70cdf6

Browse files
committed
v0.21.0
1 parent d5bd424 commit f70cdf6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `csvtk xlsx2csv`: fix output for ragged table. [#110](https://github.com/shenwei356/csvtk/issues/110)
1212
- `csvtk join`: fix bug for joining >2 files.
1313
- `csvtk uniq`: new flag `-n/--keep-n` for keeping first N records of every key.
14+
- `csvtk cut`: support repeatedly selecting columns. [#106](https://github.com/shenwei356/csvtk/issues/106)
1415
- [csvtk v0.20.0](https://github.com/shenwei356/csvtk/releases/tag/v0.20.0)
1516
[![Github Releases (by Release)](https://img.shields.io/github/downloads/shenwei356/csvtk/v0.20.0/total.svg)](https://github.com/shenwei356/csvtk/releases/tag/v0.20.0)
1617
- new command `csvtk comb`: compute combinations of items at every row.

doc/docs/download.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- `csvtk xlsx2csv`: fix output for ragged table. [#110](https://github.com/shenwei356/csvtk/issues/110)
2020
- `csvtk join`: fix bug for joining >2 files.
2121
- `csvtk uniq`: new flag `-n/--keep-n` for keeping first N records of every key.
22+
- `csvtk cut`: support repeatedly selecting columns. [#106](https://github.com/shenwei356/csvtk/issues/106)
2223

2324
Links:
2425

0 commit comments

Comments
 (0)