Skip to content

Commit

Permalink
bump to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Oct 29, 2022
1 parent 93ce3c3 commit 0904bbd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2022-10-29 1.7
- FIX: fix warnings on Windows build and reimplement err{x,} functions (#193)
- FIX: fix reading of long lines from stdin and refactor slurp_file() in the process. (#192)
- NEW: Add option -o outfile for when not run from a shell and redirect '>' is not an option. (#189)
- FIX: fix tables in jo.md (#167)

2022-01-05 1.6

- FIX: repair tests broken by AUTHORS change (#164)
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.6], [jp@mens.de])
AC_INIT([jo], [1.7], [jp@mens.de])
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.6',
version: '1.7',
license: 'GPL-2.0-or-later',
meson_version: '>=0.57.0',
default_options: ['warning_level=3', 'optimization=2'])
Expand Down
4 changes: 3 additions & 1 deletion rpm-build/jo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: jo
Version: 1.6
Version: 1.7
Release: 2%{?dist}
Summary: jo is a small utility to create JSON objects

Expand Down Expand Up @@ -39,6 +39,8 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Sat Oct 29 2022 JP Mens <jp@mens.de> 1.7
- bump version -- see Changelog
* Sat Jul 18 2020 JP Mens <jp@mens.de> 1.4
- bump version -- see Changelog
* Tue Apr 28 2020 Christian Albrecht <cal@albix.de> 1.3-2
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.6"
version: "1.7"
summary: jo
description: |
This is jo, a small utility to create JSON objects or arrays.
Expand Down

0 comments on commit 0904bbd

Please sign in to comment.