File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change Log
55This document records all notable changes to `django-sql-explorer <https://github.com/explorerhq/django-sql-explorer >`_.
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
8- `5.0.b3 `_ (2024-06-20 )
8+ `5.0.0 `_ (2024-06-25 )
99===========================
1010
1111* Manage DB connections via the UI (and/or Django Admin). Set EXPLORER_DB_CONNECTIONS_ENABLED
@@ -470,7 +470,8 @@ Initial Release
470470.. _4.0.2 : https://github.com/explorerhq/django-sql-explorer/compare/4.0.0...4.0.2
471471.. _4.1.0 : https://github.com/explorerhq/django-sql-explorer/compare/4.0.2...4.1.0
472472.. _4.2.0 : https://github.com/explorerhq/django-sql-explorer/compare/4.1.0...4.2.0
473- .. _vNext : https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...master
473+ .. _4.3.0 : https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...4.3.0
474+ .. _5.0.0 : https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...5.0.0
474475
475476.. _#254 : https://github.com/explorerhq/django-sql-explorer/pull/254
476477.. _#334 : https://github.com/explorerhq/django-sql-explorer/pull/334
Original file line number Diff line number Diff line change 22 "major" : 5 ,
33 "minor" : 0 ,
44 "patch" : 0 ,
5- "releaselevel" : "beta " ,
6- "serial" : 3
5+ "releaselevel" : "final " ,
6+ "serial" : 0
77}
88
99
You can’t perform that action at this time.
0 commit comments