Skip to content

Commit

Permalink
update changelog and bump version 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsuman committed Feb 5, 2019
1 parent 7c6d183 commit 67491c7
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 163 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## 0.0.16 (February 5, 2019)
* Update to use `odo v0.0.18`.
* Allow to create multiple components directly from workspace view.
* Add few more commands(linking Service/Component) to command pallete.
* Add progress bar for delete operation (using `oc wait`).
* Show indeterminate progress bar for linking commands.
* Allow extension to use `oc ^3.11.0` if detected.

## 0.0.15 (January 23, 2019)
* Provide the flexibility to use `commands` using command pallete [#269](https://github.com/redhat-developer/vscode-openshift-tools/issues/269)
* Remove kubernetes clusters view from OpenShift Views Container
Expand Down
222 changes: 61 additions & 161 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-openshift-connector",
"displayName": "OpenShift Connector",
"description": "Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Visual Studio Code",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",
"publisher": "redhat",
"author": "Red Hat",
Expand Down Expand Up @@ -532,7 +532,7 @@
"@types/request": "^2.48.1",
"@types/shelljs": "^0.8.2",
"@types/sinon": "^5.0.7",
"@types/sinon-chai": "^3.2.1",
"@types/sinon-chai": "^3.2.2",
"@types/string-format": "^2.0.0",
"@types/validator": "^10.9.0",
"chai": "^4.2.0",
Expand Down

0 comments on commit 67491c7

Please sign in to comment.