Skip to content

Commit 9b16bc3

Browse files
committed
(maint) Release 0.11.0
This commit updates the changelog and package.json for the 0.11.0 release.
1 parent 3bb852f commit 9b16bc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 0.11.0 - 2018-07-16
10+
911
- Update Puppet Editor Services to 0.12.0
1012
- ([GH-250](https://github.com/lingua-pupuli/puppet-vscode/issues/250)) Move client folder to root
1113
- ([GH-253](https://github.com/lingua-pupuli/puppet-vscode/issues/253)) Remove languageserver
@@ -22,9 +24,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2224
- (maint) Improve issue templates
2325
- ([GH-241](https://github.com/lingua-pupuli/puppet-vscode/issues/241)) Honor specified tcp port
2426
- ([GH-240](https://github.com/lingua-pupuli/puppet-vscode/issues/240)) Add TCP retry functionality
27+
- ([GH-274](https://github.com/lingua-pupuli/puppet-vscode/issues/274)) Remove random tcp port resolution from client
2528
- ([GH-296](https://github.com/lingua-pupuli/puppet-vscode/issues/296)) Set document file scheme
2629
- ([GH-289](https://github.com/lingua-pupuli/puppet-vscode/issues/289)) Fix autoindenting for DSL
2730
- ([GH-301](https://github.com/lingua-pupuli/puppet-vscode/issues/301)) Fail fast if agent not installed
31+
- ([GH-310](https://github.com/lingua-pupuli/puppet-vscode/issues/310)) Fix gulp bump
32+
- ([GH-307](https://github.com/lingua-pupuli/puppet-vscode/issues/307)) Fix path resolution on mac and *nix
2833

2934
## 0.10.0 - 2018-03-29
3035

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.10.0",
5+
"version": "0.11.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)