Skip to content

Commit

Permalink
Merge branch 'main' into botton
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet authored Oct 16, 2023
2 parents ca32e05 + 1bd4065 commit b0f4050
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
14 changes: 10 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
Upcoming
========

Bug Fixes:
----------
* Don't install tests.

1.27.0 (2023/08/11)
===================

Features:
---------

* Detect TiDB instance and show in the prompt and use additional keywords.
* Fix the completion order to show more commonly use keywords in the top.
* Detect TiDB instance, show in the prompt, and use additional keywords.
* Fix the completion order to show more commonly-used keywords at the top.

Bug Fixes:
----------

* Better handle empty statements in un/prettify
* Remove vi-mode bindings for prettify/unprettify.
* honor `\G` when executing from commandline with `-e`
* Honor `\G` when executing from commandline with `-e`.
* Correctly report the version of TiDB.
* Revised `botton` spelling mistakes with `bottom` in `mycli/clitoolbar.py`



1.26.1 (2022/09/01)
===================

Expand Down
1 change: 1 addition & 0 deletions mycli/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Contributors:
* Arvind Mishra
* Kevin Schmeichel
* Mel Dafert
* Alfred Wingate
* Zhanze Wang

Created by:
Expand Down
2 changes: 1 addition & 1 deletion mycli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.26.1'
__version__ = '1.27.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run_tests(self):
author_email='[email protected]',
version=version,
url='http://mycli.net',
packages=find_packages(),
packages=find_packages(exclude=['test*']),
package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']},
description=description,
long_description=description,
Expand Down

0 comments on commit b0f4050

Please sign in to comment.