diff --git a/CHANGELOG b/CHANGELOG index 33802f59..bf1e4b4b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,8 @@ jc changelog -20231024 v1.23.7 +20231025 v1.23.7 - Fix `iptables` parser for cases where the `target` field is blank in a rule +- Fix `vmstat` parsers for some cases where wide output is used 20231023 v1.23.6 - Fix XML parser for xmltodict library versions < 0.13.0 diff --git a/docs/parsers/iptables.md b/docs/parsers/iptables.md index 7c9f7d8f..f23af6f3 100644 --- a/docs/parsers/iptables.md +++ b/docs/parsers/iptables.md @@ -186,4 +186,4 @@ Returns: ### Parser Information Compatibility: linux -Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.9 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/vmstat.md b/docs/parsers/vmstat.md index 9cb361b1..58113f67 100644 --- a/docs/parsers/vmstat.md +++ b/docs/parsers/vmstat.md @@ -149,4 +149,4 @@ Returns: ### Parser Information Compatibility: linux -Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/vmstat_s.md b/docs/parsers/vmstat_s.md index e443d457..96b318b1 100644 --- a/docs/parsers/vmstat_s.md +++ b/docs/parsers/vmstat_s.md @@ -123,4 +123,4 @@ Returns: ### Parser Information Compatibility: linux -Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/man/jc.1 b/man/jc.1 index 1b2c24e0..78de1e67 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2023-10-23 1.23.6 "JSON Convert" +.TH jc 1 2023-10-25 1.23.7 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings