From 25085c3412eb1bf8e9c31ea9ae788c671e409585 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 14 Feb 2024 15:25:22 -0800 Subject: [PATCH] doc update --- CHANGELOG | 3 ++- docs/parsers/iwconfig.md | 2 +- jc/parsers/iwconfig.py | 2 +- man/jc.1 | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 382fe963..e4711bbc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ jc changelog -20240212 v1.25.2 +20240214 v1.25.2 +- Fix `iwconfig` parser to handle more special characters in the SSID name - Documentation updates 20240212 v1.25.1 diff --git a/docs/parsers/iwconfig.md b/docs/parsers/iwconfig.md index fcbbdc01..e5c5682b 100644 --- a/docs/parsers/iwconfig.md +++ b/docs/parsers/iwconfig.md @@ -110,4 +110,4 @@ Compatibility: linux Source: [`jc/parsers/iwconfig.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/iwconfig.py) -Version 1.1 by Thomas Vincent (vrince@gmail.com) +Version 1.2 by Thomas Vincent (vrince@gmail.com) diff --git a/jc/parsers/iwconfig.py b/jc/parsers/iwconfig.py index 93f707be..56fff475 100644 --- a/jc/parsers/iwconfig.py +++ b/jc/parsers/iwconfig.py @@ -85,7 +85,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.1' + version = '1.2' description = '`iwconfig` command parser' author = 'Thomas Vincent' author_email = 'vrince@gmail.com' diff --git a/man/jc.1 b/man/jc.1 index c9ca75f4..b18c1709 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2024-02-12 1.25.2 "JSON Convert" +.TH jc 1 2024-02-14 1.25.2 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings