Skip to content

Commit

Permalink
history and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Sep 24, 2024
1 parent 86d426b commit c1ed10a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Change Log
This document records all notable changes to `SQL Explorer <https://github.com/explorerhq/sql-explorer>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.

`5.3.0 (beta 2)`_ (2024-09-10)
`5.3.0`_ (2024-09-24)
===========================
* `#664`_: Improvements to the AI SQL Assistant:

Expand Down Expand Up @@ -48,6 +48,8 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
- Cmd+Shift+F (Windows: Ctrl+Shift+F)
- The format button has been moved tobe a small icon towards the bottom-right of the SQL editor.

* `#675`_ - fail gracefully when building the schema if a particular table cant be accessed by the connection

`5.2.0`_ (2024-08-19)
===========================
* `#651`_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table
Expand Down Expand Up @@ -707,5 +709,6 @@ Initial Release
.. _#567: https://github.com/explorerhq/sql-explorer/issues/567
.. _#654: https://github.com/explorerhq/sql-explorer/issues/654
.. _#653: https://github.com/explorerhq/sql-explorer/issues/653
.. _#675: https://github.com/explorerhq/sql-explorer/issues/675

.. _furo: https://github.com/pradyunsg/furo
4 changes: 2 additions & 2 deletions explorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"major": 5,
"minor": 3,
"patch": 0,
"releaselevel": "beta",
"serial": 2
"releaselevel": "final",
"serial": 0
}


Expand Down

0 comments on commit c1ed10a

Please sign in to comment.