Merging upstream version 4.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7e05478097
commit
853c1070f9
14 changed files with 197 additions and 99 deletions
|
@ -1,3 +1,21 @@
|
|||
4.2.0 (2025-03-06)
|
||||
==================
|
||||
|
||||
Features
|
||||
--------
|
||||
* Add a `--ping` command line option; allows pgcli to replace `pg_isready`
|
||||
* Changed the packaging metadata from setup.py to pyproject.toml
|
||||
|
||||
Bug fixes:
|
||||
----------
|
||||
* Avoid raising `NameError` when exiting unsuccessfully in some cases
|
||||
* Use configured `alias_map_file` to generate table aliases if available.
|
||||
|
||||
Internal:
|
||||
---------
|
||||
|
||||
* Drop support for Python 3.8 and add 3.13.
|
||||
|
||||
4.1.0 (2024-03-09)
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue