Skip to content

Commit 34b1c53

Browse files
Merge pull request #34 from gjsjohnmurray/prepare-0.9.0
Prepare 0.9.0 release
2 parents bcb7cdf + 3c6dcfc commit 34b1c53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.0 (09-Oct-2020)
2+
* Rename the three built-in server definitions and push them to the bottom of the list.
3+
* Only promote the `/default` server to the top of the list if explicitly set.
4+
* Keep quickpick open when focusing elsewhere, for example to copy server details from a document.
5+
* Prepare version number for 1.0 release.
6+
17
## 0.0.7 (11-Sep-2020)
28
* Enhance server selector quickpick so new entries can be added User Settings.
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "servermanager",
33
"displayName": "InterSystems® Server Manager",
4-
"version": "0.0.8-SNAPSHOT",
4+
"version": "0.9.0-SNAPSHOT",
55
"preview": true,
66
"publisher": "intersystems-community",
77
"description": "Helper extension for defining connections to InterSystems servers.",

0 commit comments

Comments
 (0)