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

Commit

Permalink
Release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets committed Nov 9, 2017
1 parent 32bfce6 commit 9f3dcf7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 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.6
current_version = 0.9.7
files = SQLTools.py
tag = True
commit = True
Expand Down
39 changes: 19 additions & 20 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
> This is a guideline to help us to understand SQLTools Issues.
> This issue template helps us understand your SQLTools issues better.
>
> You don't need to stick to this template, but please try to guide us to reproduce the errors or understand your feature requests.
>
> You don't need to stick to this, but please try to guide us to reproduce the errors or understand your feature requests.
> Before submitting an issue, please consider these things first:
> * Are you running the latest version? If not, try to upgrade.
> * Did you check the [Setup Guide](http://mtxr.github.io/SQLTools/)?
> * Did you check the logs in console (``Ctrl+` `` or select *View → Show Console*)?
### Issue Type

* [ ] Feature Request
* [ ] Bugfix/Errors
* [ ] Questions
* [ ] Other
Feature Request |
Bug/Error |
Question |
Other

### Prerequisites (For bugfixes)
### Description

* [ ] Are you running the latest version?
* [ ] Did you check the logs?
* [ ] Did you check the Setup?
[Description of the bug / feature / question]

### Description
### Version

- *SQLTools Version*: vX.Y.Z
- *OS*: (Windows, Mac, Linux)
- *RDBMS*: (MySQL, PostgreSQL, Oracle, MSSQL, SQLite, Vertica, ...)

[Description of the bug or feature]
> You can get this information by executing `ST: About` from Sublime `Command Palette`.
### Steps to Reproduce (For bugfixes)

Expand All @@ -28,11 +35,3 @@
**Expected behavior:** [What you expected to happen]

**Actual behavior:** [What actually happened]

### Versions

- *Version*: vX.Y.Z
- *OS*: ...
- *RDBMS*: (MySQL, PostgreSQL, Oracle, MSSQL, SQLite, Vertica, ...)

You can get this information from executing `ST: About` from Sublime `Command Palette`.
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.6"
__version__ = "v0.9.7"

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 @@ -11,5 +11,6 @@
"0.9.3": "messages/v0.9.3.md",
"0.9.4": "messages/v0.9.4.md",
"0.9.5": "messages/v0.9.5.md",
"0.9.6": "messages/v0.9.6.md"
"0.9.6": "messages/v0.9.6.md",
"0.9.7": "messages/v0.9.7.md"
}
5 changes: 5 additions & 0 deletions messages/v0.9.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.9.7 Notes

### Fixes

* Completions not working with identifiers containing $ symbol [#152]

0 comments on commit 9f3dcf7

Please sign in to comment.