From 47ca5eb88a3cff3db330ba0a9a303122990c0933 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 21 Feb 2026 09:40:15 -0500 Subject: [PATCH 1/2] Post-6.17.0 --- docs/src/manpage.md | 2 +- docs/src/manpage.txt | 2 +- man/manpage.txt | 2 +- man/mlr.1 | 2 +- pkg/version/version.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/manpage.md b/docs/src/manpage.md index c88f2554a..288f6d980 100644 --- a/docs/src/manpage.md +++ b/docs/src/manpage.md @@ -48,7 +48,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p 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.17.0. + manpage documents mlr 6.17.0-dev. 1mEXAMPLES0m mlr --icsv --opprint cat example.csv diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index fc79e4ba7..ae12a53db 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -27,7 +27,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.17.0. + manpage documents mlr 6.17.0-dev. 1mEXAMPLES0m mlr --icsv --opprint cat example.csv diff --git a/man/manpage.txt b/man/manpage.txt index fc79e4ba7..ae12a53db 100644 --- a/man/manpage.txt +++ b/man/manpage.txt @@ -27,7 +27,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.17.0. + manpage documents mlr 6.17.0-dev. 1mEXAMPLES0m mlr --icsv --opprint cat example.csv diff --git a/man/mlr.1 b/man/mlr.1 index c192036f2..62cf886e9 100644 --- a/man/mlr.1 +++ b/man/mlr.1 @@ -47,7 +47,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.17.0. +a special case.) This manpage documents mlr 6.17.0-dev. .SH "EXAMPLES" .sp diff --git a/pkg/version/version.go b/pkg/version/version.go index c21dc3134..15720c2bb 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -4,4 +4,4 @@ package version // Nominally things like "6.0.0" for a release, then "6.0.0-dev" in between. // This makes it clear that a given build is on the main dev branch, not a // particular snapshot tag. -var STRING string = "6.17.0" +var STRING string = "6.17.0-dev" From 4535922db08aa54a5556f29d54c12ec3fed01ed4 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 21 Feb 2026 09:44:23 -0500 Subject: [PATCH 2/2] Update release docs --- docs/src/release-docs.md.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/release-docs.md.in b/docs/src/release-docs.md.in index 4b89cf87d..e3d250b78 100644 --- a/docs/src/release-docs.md.in +++ b/docs/src/release-docs.md.in @@ -8,6 +8,9 @@ If your `mlr version` says something like `Miller v5.10.2` or `mlr 6.0.0`, witho | Release | Docs | Release notes | |---------|---------------------------------------------------------------------|---------------| main | [main branch](https://miller.readthedocs.io/en/main) | N/A | +6.17.0 | [Miller 6.17.0](https://miller.readthedocs.io/en/6.17.0) | [Miller 6.17.0: YAML and DCF file formats; performance improvements; bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.17.0) | +6.16.0 | [Miller 6.16.0](https://miller.readthedocs.io/en/6.16.0) | [Miller 6.16.0: Snap support via `snap install miller`](https://github.com/johnkerl/miller/releases/tag/v6.16.0) | +6.15.0 | [Miller 6.15.0](https://miller.readthedocs.io/en/6.15.0) | [Miller 6.15.0: Fix double quotes in CSV comments and `mlr -I` mode preservation; `sort -b`](https://github.com/johnkerl/miller/releases/tag/v6.15.0) | 6.14.0 | [Miller 6.14.0](https://miller.readthedocs.io/en/6.14.0) | [Survival curve, misc. features and bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.14.0) | 6.13.0 | [Miller 6.13.0](https://miller.readthedocs.io/en/6.13.0) | [File-stat DSL function, new stats accumulator, misc. bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.13.0) | 6.12.0 | [Miller 6.12.0](https://miller.readthedocs.io/en/6.12.0) | [New sparsify verb, wide-table performance improvement, thousands separator for fmtnum function](https://github.com/johnkerl/miller/releases/tag/v6.12.0) |