Skip to content

Commit

Permalink
Prepare for 0.6.0 release (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 29, 2021
1 parent 7a241a4 commit eac8fd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.6.0

### Minor Changes

* **Feature**: Restored client-side support for working with ansible vaults (#177) @jeinwag
* Exposed the `ansibleServer.trace.server` option for tracing ALS activity (#263) @yaegassy
* Upgraded language server to 0.2.6 (#284) @ssbarnea

### Bugfixes

* Fixed autocompletion of the built-in modules with EE (ansible/ansible-language-server#94) @ganeshrn
* Corrected `pullPolicy` setting type to string (#279) @ganeshrn
* Enabled editor suggestions for `ansible` files by default (#274) @ssbarnea

## 0.5.1

### Hotfixes
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -467,5 +467,5 @@
"webpack:watch": "webpack --mode development --config ./webpack.config.js --watch",
"clean": "rimraf out/client out/server out/tsconfig.tsbuildinfo"
},
"version": "0.5.1"
"version": "0.6.0"
}

0 comments on commit eac8fd7

Please sign in to comment.