Skip to content

Commit 1a2b479

Browse files
authored
Merge pull request #199 from jpogran/release-0.8.0
(maint) Release 0.8.0
2 parents 2d838d1 + 4b1c214 commit 1a2b479

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

client/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to the "vscode-puppet" extension will be documented in this
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## Unreleased
8+
## 0.8.0 - 2017-11-24
9+
10+
- (GH-180) Backslashes in File Path do not display in Node Graph
11+
- (GH-100) Experimental Puppet-Debugger
12+
- (PR-194) Fix logger in PDK New Task
13+
- (PR-195) Do not error in validation exception handler
14+
- (GH-187) Add stdio mode to language server
15+
- (maint) Fix rubocop violations
16+
817
## 0.7.2 - 2017-11-01
918

1019
- (GH-165) Broken readme link

client/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.7.2",
5+
"version": "0.8.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)