From 40b1d22684f4fbc8a8d91b8231a547a7533affc7 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 2 Mar 2023 23:57:14 -0500 Subject: [PATCH] release docs --- docs/src/release-docs.md | 15 ++++++++------- docs/src/release-docs.md.in | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/src/release-docs.md b/docs/src/release-docs.md index 5443562e1..de6e3ad5a 100644 --- a/docs/src/release-docs.md +++ b/docs/src/release-docs.md @@ -23,13 +23,14 @@ If your `mlr version` says something like `Miller v5.10.2` or `mlr 6.0.0`, witho | Release | Docs | Release notes | |---------|---------------------------------------------------------------------|---------------| -6.6.0 | [Miller 6.6.0](https://johnkerl.org/miller-docs-by-release/6.6.0) | [Bugfixes and unspace verb](https://github.com/johnkerl/miller/releases/tag/v6.6.0) | -6.5.0 | [Miller 6.5.0](https://johnkerl.org/miller-docs-by-release/6.5.0) | [Bugfixes and memory-reduction optimizations](https://github.com/johnkerl/miller/releases/tag/v6.5.0) | -6.4.0 | [Miller 6.4.0](https://johnkerl.org/miller-docs-by-release/6.4.0) | [ mlr summary verb, exec() function, mlr cat --filename, multiline string literals, and more](https://github.com/johnkerl/miller/releases/tag/v6.4.0) | -6.3.0 | [Miller 6.3.0](https://johnkerl.org/miller-docs-by-release/6.3.0) | [Windows terminal colors, Latin-1, and more](https://github.com/johnkerl/miller/releases/tag/v6.3.0) | -6.2.0 | [Miller 6.2.0](https://johnkerl.org/miller-docs-by-release/6.2.0) | [Restore --tsvlite; add gssub and expand dhms functions](https://github.com/johnkerl/miller/releases/tag/v6.2.0) | -6.1.0 | [Miller 6.1.0](https://johnkerl.org/miller-docs-by-release/6.1.0) | [Natural sort, true TSV, sliding-window averages, and more](https://github.com/johnkerl/miller/releases/tag/v6.1.0) | -6.0.0 | [Miller 6.0.0](https://johnkerl.org/miller-docs-by-release/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) | +6.7.0 | [Miller 6.7.0](https://miller.readthedocs.io/en/6.7.0) | [New leftpad/rightpad DSL functions, unspace verb, and more](https://github.com/johnkerl/miller/releases/tag/v6.7.0) | +6.6.0 | [Miller 6.6.0](https://miller.readthedocs.io/en/6.6.0) | [Bugfixes and unspace verb](https://github.com/johnkerl/miller/releases/tag/v6.6.0) | +6.5.0 | [Miller 6.5.0](https://miller.readthedocs.io/en/6.5.0) | [Bugfixes and memory-reduction optimizations](https://github.com/johnkerl/miller/releases/tag/v6.5.0) | +6.4.0 | [Miller 6.4.0](https://miller.readthedocs.io/en/6.4.0) | [ mlr summary verb, exec() function, mlr cat --filename, multiline string literals, and more](https://github.com/johnkerl/miller/releases/tag/v6.4.0) | +6.3.0 | [Miller 6.3.0](https://miller.readthedocs.io/en/6.3.0) | [Windows terminal colors, Latin-1, and more](https://github.com/johnkerl/miller/releases/tag/v6.3.0) | +6.2.0 | [Miller 6.2.0](https://miller.readthedocs.io/en/v6.2.0) | [Restore --tsvlite; add gssub and expand dhms functions](https://github.com/johnkerl/miller/releases/tag/v6.2.0) | +6.1.0 | [Miller 6.1.0](https://miller.readthedocs.io/en/6.1.0) | [Natural sort, true TSV, sliding-window averages, and more](https://github.com/johnkerl/miller/releases/tag/v6.1.0) | +6.0.0 | [Miller 6.0.0](https://miller.readthedocs.io/en/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) | 5.10.4 | [Miller 5.10.4](https://johnkerl.org/miller-docs-by-release/5.10.4) | [5.10 bugfix for issue #1108](https://github.com/johnkerl/miller/releases/tag/v5.10.4) | 5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) | 5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) | diff --git a/docs/src/release-docs.md.in b/docs/src/release-docs.md.in index ed64adb6f..933527921 100644 --- a/docs/src/release-docs.md.in +++ b/docs/src/release-docs.md.in @@ -7,13 +7,14 @@ If your `mlr version` says something like `Miller v5.10.2` or `mlr 6.0.0`, witho | Release | Docs | Release notes | |---------|---------------------------------------------------------------------|---------------| -6.6.0 | [Miller 6.6.0](https://johnkerl.org/miller-docs-by-release/6.6.0) | [Bugfixes and unspace verb](https://github.com/johnkerl/miller/releases/tag/v6.6.0) | -6.5.0 | [Miller 6.5.0](https://johnkerl.org/miller-docs-by-release/6.5.0) | [Bugfixes and memory-reduction optimizations](https://github.com/johnkerl/miller/releases/tag/v6.5.0) | -6.4.0 | [Miller 6.4.0](https://johnkerl.org/miller-docs-by-release/6.4.0) | [ mlr summary verb, exec() function, mlr cat --filename, multiline string literals, and more](https://github.com/johnkerl/miller/releases/tag/v6.4.0) | -6.3.0 | [Miller 6.3.0](https://johnkerl.org/miller-docs-by-release/6.3.0) | [Windows terminal colors, Latin-1, and more](https://github.com/johnkerl/miller/releases/tag/v6.3.0) | -6.2.0 | [Miller 6.2.0](https://johnkerl.org/miller-docs-by-release/6.2.0) | [Restore --tsvlite; add gssub and expand dhms functions](https://github.com/johnkerl/miller/releases/tag/v6.2.0) | -6.1.0 | [Miller 6.1.0](https://johnkerl.org/miller-docs-by-release/6.1.0) | [Natural sort, true TSV, sliding-window averages, and more](https://github.com/johnkerl/miller/releases/tag/v6.1.0) | -6.0.0 | [Miller 6.0.0](https://johnkerl.org/miller-docs-by-release/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) | +6.7.0 | [Miller 6.7.0](https://miller.readthedocs.io/en/6.7.0) | [New leftpad/rightpad DSL functions, unspace verb, and more](https://github.com/johnkerl/miller/releases/tag/v6.7.0) | +6.6.0 | [Miller 6.6.0](https://miller.readthedocs.io/en/6.6.0) | [Bugfixes and unspace verb](https://github.com/johnkerl/miller/releases/tag/v6.6.0) | +6.5.0 | [Miller 6.5.0](https://miller.readthedocs.io/en/6.5.0) | [Bugfixes and memory-reduction optimizations](https://github.com/johnkerl/miller/releases/tag/v6.5.0) | +6.4.0 | [Miller 6.4.0](https://miller.readthedocs.io/en/6.4.0) | [ mlr summary verb, exec() function, mlr cat --filename, multiline string literals, and more](https://github.com/johnkerl/miller/releases/tag/v6.4.0) | +6.3.0 | [Miller 6.3.0](https://miller.readthedocs.io/en/6.3.0) | [Windows terminal colors, Latin-1, and more](https://github.com/johnkerl/miller/releases/tag/v6.3.0) | +6.2.0 | [Miller 6.2.0](https://miller.readthedocs.io/en/v6.2.0) | [Restore --tsvlite; add gssub and expand dhms functions](https://github.com/johnkerl/miller/releases/tag/v6.2.0) | +6.1.0 | [Miller 6.1.0](https://miller.readthedocs.io/en/6.1.0) | [Natural sort, true TSV, sliding-window averages, and more](https://github.com/johnkerl/miller/releases/tag/v6.1.0) | +6.0.0 | [Miller 6.0.0](https://miller.readthedocs.io/en/6.0.0) | [Miller 6](https://github.com/johnkerl/miller/releases/tag/v6.0.0) | 5.10.4 | [Miller 5.10.4](https://johnkerl.org/miller-docs-by-release/5.10.4) | [5.10 bugfix for issue #1108](https://github.com/johnkerl/miller/releases/tag/v5.10.4) | 5.10.3 | [Miller 5.10.3](https://johnkerl.org/miller-docs-by-release/5.10.3) | [Address Conda-build issue](https://github.com/johnkerl/miller/releases/tag/v5.10.3) | 5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) |