We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1baa4 commit 8fefd4dCopy full SHA for 8fefd4d
CHANGELOG.md
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## Unreleased
8
9
+## 0.26.1 - 2020-06-04
10
+
11
### Added
12
13
- ([GH-256](https://github.com/puppetlabs/puppet-editor-services/issues/256)) Add Puppetfile dependency endpoint
lib/puppet_editor_services/version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module PuppetEditorServices
4
- PUPPETEDITORSERVICESVERSION = '0.26.0' unless defined? PUPPETEDITORSERVICESVERSION
+ PUPPETEDITORSERVICESVERSION = '0.26.1' unless defined? PUPPETEDITORSERVICESVERSION
5
# @api public
#
0 commit comments