15
0

- update to 2.5.0:

* Added noheader CSV and TSV output formats.
  * Added `jsonl` and `jsonl_escaped` output formats.
  * Added format_timestamps preprocessor for per-column date/time
    formatting.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=20
This commit is contained in:
2025-07-12 11:41:14 +00:00
committed by Git OBS Bridge
parent 8366a0aece
commit d0c88cf8ec
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 12 11:40:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.5.0:
* Added noheader CSV and TSV output formats.
* Added `jsonl` and `jsonl_escaped` output formats.
* Added format_timestamps preprocessor for per-column date/time
formatting.
-------------------------------------------------------------------
Thu May 15 13:08:11 UTC 2025 - Markéta Machová <mmachova@suse.com>