From fc85950a735becf13cb00092e6a21b384430266c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 25 Oct 2022 11:49:02 -0700 Subject: [PATCH] doc update --- CHANGELOG | 3 +++ docs/parsers/csv.md | 2 +- docs/parsers/csv_s.md | 2 +- man/jc.1 | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d8d121a5..fe5f7866 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ jc changelog +20221025 v1.22.2 +- fix `csv` and `csv-s` parsers for UTF-8 encoded CSV files with leading BOM bytes + 20221024 v1.22.1 - add `udevadm` command parser - add `lspci` command parser diff --git a/docs/parsers/csv.md b/docs/parsers/csv.md index f152fa0a..e0a15777 100644 --- a/docs/parsers/csv.md +++ b/docs/parsers/csv.md @@ -100,4 +100,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, cygwin, win32, aix, freebsd -Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.5 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/csv_s.md b/docs/parsers/csv_s.md index 2c674580..21e56f44 100644 --- a/docs/parsers/csv_s.md +++ b/docs/parsers/csv_s.md @@ -86,4 +86,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, cygwin, win32, aix, freebsd -Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/man/jc.1 b/man/jc.1 index f985cab9..a6f91a07 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-10-24 1.22.1 "JSON Convert" +.TH jc 1 2022-10-25 1.22.1 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS