From c1ed10af760a160d3f93038f8f2bf7e0c9fb5adc Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Tue, 24 Sep 2024 16:44:10 -0400 Subject: [PATCH] history and version bump --- HISTORY.rst | 5 ++++- explorer/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2241f230..7fc8d7c5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ Change Log This document records all notable changes to `SQL Explorer `_. This project adheres to `Semantic Versioning `_. -`5.3.0 (beta 2)`_ (2024-09-10) +`5.3.0`_ (2024-09-24) =========================== * `#664`_: Improvements to the AI SQL Assistant: @@ -48,6 +48,8 @@ This project adheres to `Semantic Versioning `_. - 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 @@ -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 diff --git a/explorer/__init__.py b/explorer/__init__.py index ad2ee089..60c80f57 100644 --- a/explorer/__init__.py +++ b/explorer/__init__.py @@ -2,8 +2,8 @@ "major": 5, "minor": 3, "patch": 0, - "releaselevel": "beta", - "serial": 2 + "releaselevel": "final", + "serial": 0 }