Skip to content

Commit 3db9f6c

Browse files
committed
(maint) Release 0.7.2
1 parent 7d638f0 commit 3db9f6c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.7.2 - 2017-11-01
9+
10+
- (GH-165) Broken readme link
11+
- (GH-88) Rework Node Graph Preview to use local svg
12+
- (GH-154) Use hosted JSON schema files
13+
- (GH-169) Fix bug in sytanx highlighting
14+
- (GH-167) Add PDK New Task command
15+
- (GH-156) Document restarting Puppet extension command
16+
- (GH-177) Remove detection of Puppet VERSION file
17+
- (GH-175) Fix 'could not find valid version of Puppet'
818

919
## 0.7.1 - 2017-09-29
1020

client/package.json

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

0 commit comments

Comments
 (0)