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

Commit f904705

Browse files
authored
Merge pull request #122 from mtxr/v0_9_4_release
Release v0.9.4
2 parents da70aaf + a787d4f commit f904705

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.3
2+
current_version = 0.9.4
33
files = SQLTools.py
44
tag = True
55
commit = True

SQLTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v0.9.3"
1+
__version__ = "v0.9.4"
22

33
import sys
44
import os

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"0.9.0": "messages/v0.9.0.md",
99
"0.9.1": "messages/v0.9.1.md",
1010
"0.9.2": "messages/v0.9.2.md",
11-
"0.9.3": "messages/v0.9.3.md"
11+
"0.9.3": "messages/v0.9.3.md",
12+
"0.9.4": "messages/v0.9.4.md"
1213
}

messages/v0.9.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.9.4 Notes
2+
3+
### Improvements
4+
5+
* Execute All File [#114]
6+
https://github.com/mtxr/SQLTools/issues/114
7+
* Configurable top/bottom `show_query` placement
8+
https://github.com/mtxr/SQLTools/pull/116
9+
* [Oracle] In addition to tables views are listed as well (Describe Table works with views) [#115]
10+
https://github.com/mtxr/SQLTools/pull/115

0 commit comments

Comments
 (0)