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

Commit

Permalink
Merge pull request #122 from mtxr/v0_9_4_release
Browse files Browse the repository at this point in the history
Release v0.9.4
  • Loading branch information
tkopets authored Jul 28, 2017
2 parents da70aaf + a787d4f commit f904705
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.3
current_version = 0.9.4
files = SQLTools.py
tag = True
commit = True
Expand Down
2 changes: 1 addition & 1 deletion SQLTools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "v0.9.3"
__version__ = "v0.9.4"

import sys
import os
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"0.9.0": "messages/v0.9.0.md",
"0.9.1": "messages/v0.9.1.md",
"0.9.2": "messages/v0.9.2.md",
"0.9.3": "messages/v0.9.3.md"
"0.9.3": "messages/v0.9.3.md",
"0.9.4": "messages/v0.9.4.md"
}
10 changes: 10 additions & 0 deletions messages/v0.9.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.9.4 Notes

### Improvements

* Execute All File [#114]
https://github.com/mtxr/SQLTools/issues/114
* Configurable top/bottom `show_query` placement
https://github.com/mtxr/SQLTools/pull/116
* [Oracle] In addition to tables views are listed as well (Describe Table works with views) [#115]
https://github.com/mtxr/SQLTools/pull/115

0 comments on commit f904705

Please sign in to comment.