Prepare 6.20.2 release

This commit is contained in:
John Kerl 2026-07-04 14:59:19 -04:00
parent 394f4774df
commit f5a799f630
7 changed files with 10 additions and 7 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.20.1.
manpage documents mlr 6.20.2.
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.20.1.
a special case.) This manpage documents mlr 6.20.2.
.SH "EXAMPLES"
.sp