Skip to content

Commit

Permalink
release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Nov 4, 2019
1 parent ef3b05f commit 2a9402e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2019-11-04 1.3
- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
- NEW: Support reading JSON array elements (#91)
- UPD: Add home and removable-media interfaces to snap (#94)
- FIX: fix unlikely crash after malloc fail when base64 encoding.
- NEW: Support reading nested data from pipes (#82)

2018-12-10 1.2
- NEW: Dockerfile (#76)
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.2], [jpmens@gmail.com])
AC_INIT([jo], [1.3], [jp@mens.de])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([jo.c])

Expand Down
2 changes: 1 addition & 1 deletion jo.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "base64.h"

/*
* Copyright (C) 2016-2019 Jan-Piet Mens <jpmens@gmail.com>
* Copyright (C) 2016-2019 Jan-Piet Mens <jp@mens.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
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.2"
version: "1.3"
summary: jo
description: |
This is jo, a small utility to create JSON objects or arrays.
Expand Down

0 comments on commit 2a9402e

Please sign in to comment.