Skip to content

Commit

Permalink
ready to release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jan 4, 2022
1 parent 0f206f6 commit 59e892a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 14 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([jo], [1.4], [[email protected]])
AC_INIT([jo], [1.5], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([jo.c])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'])
Expand Down
2 changes: 1 addition & 1 deletion rpm-build/jo.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 59e892a

Please sign in to comment.