File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change Log
55This document records all notable changes to `SQL Explorer <https://github.com/explorerhq/sql-explorer >`_.
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
8- vNext
8+ ` 5.3.0 (beta) `_ (2024-08-29)
99===========================
1010* `#664 `_: Improvements to the AI SQL Assistant:
1111
@@ -583,7 +583,8 @@ Initial Release
583583.. _5.0.2 : https://github.com/explorerhq/sql-explorer/compare/5.0.1...5.0.2
584584.. _5.1.0 : https://github.com/explorerhq/sql-explorer/compare/5.0.2...5.1.0
585585.. _5.1.1 : https://github.com/explorerhq/sql-explorer/compare/5.1.0...5.1.1
586- .. _5.2b1 : https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0
586+ .. _5.2.0 : https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0
587+ .. _5.3b1 : https://github.com/explorerhq/sql-explorer/compare/5.2.0...5.3b1
587588
588589
589590.. _#254 : https://github.com/explorerhq/sql-explorer/pull/254
Original file line number Diff line number Diff line change 11__version_info__ = {
22 "major" : 5 ,
3- "minor" : 2 ,
3+ "minor" : 3 ,
44 "patch" : 0 ,
5- "releaselevel" : "final " ,
6- "serial" : 0
5+ "releaselevel" : "beta " ,
6+ "serial" : 1
77}
88
99
You can’t perform that action at this time.
0 commit comments