1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-15 00:05:11 +02:00

version bump

This commit is contained in:
Kelly Brazil
2024-04-22 10:11:26 -07:00
parent 79cb156441
commit 6e17ed6f62
5 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
jc changelog
20240422 v1.25.3
- Documentation updates
20240323 v1.25.2
- Add `apt-cache-show` command parser
- Add `apt-get-sqq` command parser

View File

@ -10,7 +10,7 @@ from jc import appdirs
from jc import utils
__version__ = '1.25.2'
__version__ = '1.25.3'
parsers: List[str] = [
'acpi',

View File

@ -1,4 +1,4 @@
.TH jc 1 2024-03-23 1.25.2 "JSON Convert"
.TH jc 1 2024-04-22 1.25.3 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings
@ -1289,7 +1289,7 @@ lines from the beginning through \fBSTOP\fP lines from the end
\fB:\fP
all lines
.SH SlURP
.SH SLURP
Some parsers support multi-item input and can output an array of results in a
single pass. Slurping works for string parsers that accept a single line of
input. (e.g. \fBurl\fP and \fBip-address\fP) To see a list of parsers that support

View File

@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup(
name='jc',
version='1.25.2',
version='1.25.3',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='Converts the output of popular command-line tools and file-types to JSON.',

View File

@ -194,7 +194,7 @@ lines from the beginning through \fBSTOP\fP lines from the end
\fB:\fP
all lines
.SH SlURP
.SH SLURP
Some parsers support multi-item input and can output an array of results in a
single pass. Slurping works for string parsers that accept a single line of
input. (e.g. \fBurl\fP and \fBip-address\fP) To see a list of parsers that support