Prepare 6.20.0 release

This commit is contained in:
John Kerl 2026-07-03 20:39:31 -04:00
parent a9de5824ba
commit 9a1c49be76
6 changed files with 9 additions and 6 deletions

View file

@ -31,7 +31,7 @@
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents mlr 6.19.0-dev.
manpage documents mlr 6.20.0.
1mEXAMPLES0m
mlr --icsv --opprint cat example.csv

View file

@ -50,7 +50,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
array, then Miller's natural data structure is the insertion-ordered hash map.
This encompasses a variety of data formats, including but not limited to the
familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as
a special case.) This manpage documents mlr 6.19.0-dev.
a special case.) This manpage documents mlr 6.20.0.
.SH "EXAMPLES"
.sp