Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Jan 5, 2022
1 parent 52d3301 commit 6962bca
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

2022-01-05 1.6

- FIX: repair tests broken by AUTHORS change (#164)
- FIX: repair make distcheck by removing copied _jo zsh functions

2022-01-04 1.5

- NEW: replace asserts with human errors (#162)
Expand Down
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ dist_zshcomp_DATA = jo.zsh
install-data-hook:
mv -f $(DESTDIR)$(zshcompdir)/jo.zsh $(DESTDIR)$(zshcompdir)/_jo

uninstall-local:
rm -f $(DESTDIR)$(zshcompdir)/_jo

if USE_PANDOC
# Add targets to rebuild pages
jo.1: jo.pandoc
Expand Down Expand Up @@ -61,7 +64,7 @@ EXTRA_DIST = $(jo_EXTRA) \
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.17.sh tests/jo.17.exp tests/jo-creator.txt \
tests/jo.18.sh tests/jo.18.exp \
tests/jo.19.sh tests/jo.19.exp \
tests/jo.20.sh tests/jo.20.exp \
Expand Down
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.5], [[email protected]])
AC_INIT([jo], [1.6], [[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.5',
version: '1.6',
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.5
Version: 1.6
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.5"
version: "1.6"
summary: jo
description: |
This is jo, a small utility to create JSON objects or arrays.
Expand Down

0 comments on commit 6962bca

Please sign in to comment.