Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Features
* Add beta support for HashiCorp Boundary tunnels.


Documentation
---------
* Harmonize GitHub description and `pyproject.toml` description.


Internal
---------
* Remove CRLF line endings from fixture data.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "mycli"
dynamic = ["version"]
description = "CLI for MySQL Database. With auto-completion and syntax highlighting."
description = "Rich terminal client for MySQL with autocompletion, syntax highlighting, and dataframes"
readme = "README.md"
requires-python = ">=3.10"
license = "BSD-3-Clause"
Expand Down
Loading