Skip to content

Commit

Permalink
Updates for 0.2.0 release (#76)
Browse files Browse the repository at this point in the history
* Bump version and update changelog.

* Update changelog and notice files.
  • Loading branch information
philliphoff authored Mar 18, 2020
1 parent 268edb4 commit 2f6321e
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 26 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## v0.2.0 - 18 March 2020

Further updates related to the Dapr 0.5.0 release.

### Added

* Bundle extension assets for size/performance. [#16](https://github.com/microsoft/vscode-dapr/issues/16)
* Expose publish command at tree view level. [#26](https://github.com/microsoft/vscode-dapr/issues/26)
* Manage conflicts during scaffolding. [#33](https://github.com/microsoft/vscode-dapr/issues/33)
* Detect when Dapr is not installed or initialized. [#46](https://github.com/microsoft/vscode-dapr/issues/46)

### Updated

* Add smarter default for Python ports. [#54](https://github.com/microsoft/vscode-dapr/issues/54)
* Add smarter defaults for Java ports. [#55](https://github.com/microsoft/vscode-dapr/issues/55)
* Add support for new `daprd` 0.5.0 arguments. [#69](https://github.com/microsoft/vscode-dapr/issues/69)

### Fixed

* Make Dapr invocation work with .NET Core ASP.NET using SSL. [#44](https://github.com/microsoft/vscode-dapr/issues/44)

## v0.1.1 - 12 March 2020

Minor update for the Dapr 0.5.0 release.
Expand Down
Loading

0 comments on commit 2f6321e

Please sign in to comment.