From 1b30fcdd33e9dadf37f2a36a8ad1c98b95c7732d Mon Sep 17 00:00:00 2001 From: itchyny Date: Tue, 1 Aug 2023 08:44:48 +0900 Subject: [PATCH] Include more updates for 1.7 --- NEWS.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index d0c82f15da..81039f4564 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,16 +7,16 @@ Since the last stable release many things have happened: - jq now lives at - New maintainers, admins, and owners have been recruited. - A list of [current maintainers](https://github.com/jqlang/jq/blob/70bbd10b0b58e797d03963264fc934879bb44454/AUTHORS#L4-L13) -- CI, scan builds, release builds etc now use GitHub actions. @owenthereal #2596 #2620 +- CI, scan builds, release, website builds etc now use GitHub actions. @owenthereal @itchyny #2596 #2603 #2620 #2723 - Lots of documentation improvements and fixes. -- Web site updated with new auto complete, better section ids for linking, dark mode, etc. @itchyny #2628 +- Website updated with new auto complete, better section ids for linking, dark mode, etc. @itchyny #2628 - Release builds for: - Linux `amd64`, `arm64`, `armel`, `armhf`, `i386`, `mips`, `mips64`, `mips64el`, `mips64r6`, `mips64r6el`, `mipsel`, `mipsr6`, `mipsr6el`, `powerpc`, `ppc64el`, `riscv64` and `s390x` - macOS `amd64` and `arm64` - Windows `i386` and `amd64` - Docker `linux/386`, `linux/amd64`, `linux/arm64`, `linux/mips64le`, `linux/ppc64le`, `linux/riscv64` and `linux/s390x` - More details see @owenthereal #2665 -- Docker images are now available from `ghcr.io/jqlang/jq` instead of docker hub. @itchyny #2652 +- Docker images are now available from `ghcr.io/jqlang/jq` instead of Docker Hub. @itchyny #2652 #2686 - OSS-fuzz. @DavidKorczynski #2760 #2762 Full commit log can be found at but here are some highlights: @@ -34,7 +34,7 @@ Full commit log can be found at for details. @itchyny #2728 -- Improved `--help` output. Now mentions all options and nicer order. @itchyny #2747 #2766 +- Improved `--help` output. Now mentions all options and nicer order. @itchyny @wader #2747 #2766 #2799 - Last output value can now control exit code using `--exit-code`/`-e`. @ryo1kato #1697 ```sh @@ -96,7 +96,7 @@ Full commit log can be found at