From 59e892a2d6011da04caea299780f53742d9e6e7a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 4 Jan 2022 11:11:11 +0100 Subject: [PATCH] ready to release 1.5 --- ChangeLog | 13 +++++++++++++ Makefile.am | 15 ++++++++++++++- configure.ac | 2 +- meson.build | 2 +- rpm-build/jo.spec | 2 +- snapcraft.yaml | 2 +- 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2bc163..908e5ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2022-01-04 1.5 + +- NEW: replace asserts with human errors (#162) +- NEW: zsh completion (#158) +- FIX: stdin filter on Windows (# +- FIX: several cleanups +- NEW: Meson build +- UPD: snap to newer base (#149) +- NEW: option to deduplicate keys (#143, #145) +- NEW: Filter functionality (#141) +- FIX: file embedding +- FIX: add missing tests to Makefile.am + 2020-07-18 1.4 - FIX: Coercion flag logic now permits getopt(3) double-dash diff --git a/Makefile.am b/Makefile.am index a4d127e..afd5222 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,4 +58,17 @@ EXTRA_DIST = $(jo_EXTRA) \ tests/jo.11.sh tests/jo.11.exp \ tests/jo.12.sh tests/jo.12.exp \ tests/jo.13.sh tests/jo.13.exp tests/jo-logo.png \ - tests/jo.14.sh tests/jo.14.exp + tests/jo.14.sh tests/jo.14.exp \ + tests/jo.15.sh tests/jo.15.exp \ + tests/jo.16.sh tests/jo.16.exp \ + tests/jo.17.sh tests/jo.17.exp \ + tests/jo.18.sh tests/jo.18.exp \ + tests/jo.19.sh tests/jo.19.exp \ + tests/jo.20.sh tests/jo.20.exp \ + tests/jo.21.sh tests/jo.21.exp \ + tests/jo.22.sh tests/jo.22.exp \ + tests/jo.23.sh tests/jo.23.exp \ + tests/jo.24.sh tests/jo.24.exp \ + tests/jo.25.sh tests/jo.25.exp \ + tests/jo.26.sh tests/jo.26.exp \ + tests/jo.27.sh tests/jo.27.exp diff --git a/configure.ac b/configure.ac index 35ebca8..2462686 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([jo], [1.4], [jp@mens.de]) +AC_INIT([jo], [1.5], [jp@mens.de]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([jo.c]) diff --git a/meson.build b/meson.build index 4dec4d7..88df9f8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('jo', 'c', - version: '1.4', + version: '1.5', license: 'GPL-2.0-or-later', meson_version: '>=0.57.0', default_options: ['warning_level=3', 'optimization=2']) diff --git a/rpm-build/jo.spec b/rpm-build/jo.spec index 3a29a5d..a7cc596 100644 --- a/rpm-build/jo.spec +++ b/rpm-build/jo.spec @@ -1,5 +1,5 @@ Name: jo -Version: 1.4 +Version: 1.5 Release: 2%{?dist} Summary: jo is a small utility to create JSON objects diff --git a/snapcraft.yaml b/snapcraft.yaml index 01f570c..3cb3cdc 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: jo -version: "1.4" +version: "1.5" summary: jo description: | This is jo, a small utility to create JSON objects or arrays.