Skip to content

Commit c1ed10a

Browse files
committed
history and version bump
1 parent 86d426b commit c1ed10a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change Log
55
This document records all notable changes to `SQL Explorer <https://github.com/explorerhq/sql-explorer>`_.
66
This project adheres to `Semantic Versioning <https://semver.org/>`_.
77

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

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

51+
* `#675`_ - fail gracefully when building the schema if a particular table cant be accessed by the connection
52+
5153
`5.2.0`_ (2024-08-19)
5254
===========================
5355
* `#651`_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table
@@ -707,5 +709,6 @@ Initial Release
707709
.. _#567: https://github.com/explorerhq/sql-explorer/issues/567
708710
.. _#654: https://github.com/explorerhq/sql-explorer/issues/654
709711
.. _#653: https://github.com/explorerhq/sql-explorer/issues/653
712+
.. _#675: https://github.com/explorerhq/sql-explorer/issues/675
710713

711714
.. _furo: https://github.com/pradyunsg/furo

explorer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"major": 5,
33
"minor": 3,
44
"patch": 0,
5-
"releaselevel": "beta",
6-
"serial": 2
5+
"releaselevel": "final",
6+
"serial": 0
77
}
88

99

0 commit comments

Comments
 (0)