Skip to content

Commit

Permalink
Merge pull request #375 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.0.3
  • Loading branch information
jordanbreen28 authored Apr 17, 2024
2 parents 1627acc + 8da2455 commit f36499a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v2.0.3](https://github.com/puppetlabs/puppet-editor-services/tree/v2.0.3) - 2024-04-17

[Full Changelog](https://github.com/puppetlabs/puppet-editor-services/compare/v2.0.2...v2.0.3)

### Fixed

- (bug) - Add synchronization to Dir.chdir in init_puppet_lint [#374](https://github.com/puppetlabs/puppet-editor-services/pull/374) ([jordanbreen28](https://github.com/jordanbreen28))

## [v2.0.2](https://github.com/puppetlabs/puppet-editor-services/tree/v2.0.2) - 2024-04-15

[Full Changelog](https://github.com/puppetlabs/puppet-editor-services/compare/v2.0.1...v2.0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_editor_services/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module PuppetEditorServices
PUPPETEDITORSERVICESVERSION = '2.0.2' unless defined? PUPPETEDITORSERVICESVERSION
PUPPETEDITORSERVICESVERSION = '2.0.3' unless defined? PUPPETEDITORSERVICESVERSION

# @api public
#
Expand Down

0 comments on commit f36499a

Please sign in to comment.