Showing with 7 additions and 2 deletions.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 lib/puppet/provider/augeas/augeas.rb
  3. +1 −1 metadata.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.0.3] - 2018-10-02
### Changed
- (MODULES-8014) relatively require helper code

## [1.0.2] - 2018-09-25
### Changed
- (MODULES-7814) Ignore nil values when parsing commands
Expand All @@ -22,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Summary
This is the initial release of the extracted augeas module

[1.0.3]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/puppetlabs/puppetlabs-augeas_core/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion lib/puppet/provider/augeas/augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
require 'puppet/util'
require 'puppet/util/diff'
require 'puppet/util/package'
require 'puppet_x/augeas/util/parser'
require_relative '../../../puppet_x/augeas/util/parser'

Puppet::Type.type(:augeas).provide(:augeas) do
include Puppet::Util
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-augeas_core",
"version": "1.0.2",
"version": "1.0.3",
"author": "Puppet Labs",
"summary": "Manage files using Augeas",
"license": "Apache-2.0",
Expand Down