Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit d142b71

Browse files
committed
Preparing release v0.2.2
1 parent e2ade1b commit d142b71

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

SQLToolsModels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Const:
1212
SGDB_FILENAME = "SQLToolsSGBD.{0}".format(SETTINGS_EXTENSION)
1313
CONNECTIONS_FILENAME = "SQLToolsConnections.{0}".format(SETTINGS_EXTENSION)
1414
USER_QUERIES_FILENAME = "SQLToolsSavedQueries.{0}".format(SETTINGS_EXTENSION)
15-
VERSION = "v0.2.1"
15+
VERSION = "v0.2.2"
1616
pass
1717

1818
class Log:

messages/v0.2.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v0.2.2 Changelog
2+
3+
### Features
4+
5+
* Describe user functions `CTRL+E CTRL+F` for PostgreSQL!
6+
* PostgreSQL user functions added to auto complete.
7+
8+
9+
### Improvements
10+
11+
* Window result shown always in the same tab

0 commit comments

Comments
 (0)