Skip to content

Commit

Permalink
Bump for 0.1.1 release. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphoff authored Mar 12, 2020
1 parent 8dc2742 commit 5759c0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.1.1 - 12 March 2020

### Updated

* Accommodate Dapr 0.5.0 breaking changes. [#65](https://github.com/microsoft/vscode-dapr/issues/65)

## v0.1.0 - 27 February 2020

Initial public release.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Local development with Dapr requires a running instance of Docker; follow the [D

Follow the [Dapr guide](https://dapr.io/#download) to install the Dapr CLI for your platform and initialize the Dapr runtime.

> This extension requires Dapr 0.5.0 or later.
### Visual Studio Code

This extension requires Visual Studio Code version 1.42 and above; follow the [VS Code guide](https://code.visualstudio.com/) for installing VS Code for your platform.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Dapr",
"description": "Makes it easy to run, debug, and interact with Dapr-enabled applications.",
"icon": "assets/images/extensionIcon.png",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"publisher": "ms-azuretools",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 5759c0d

Please sign in to comment.