Skip to content

Commit 08a157f

Browse files
committed
Prep for 1.0.1 release
1 parent b12d9c2 commit 08a157f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.0.1] - 2018-07-26
8+
### Summary
9+
Use require_relative to load provider helper code.
10+
711
## [1.0.0] - 2018-07-18
812
### Summary
913
This is the initial release of the extracted mount module.
1014

1115
[1.0.0]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.0
16+
[1.0.1]: https://github.com/puppetlabs/puppetlabs-mount_core/releases/tag/1.0.1

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mount_core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Puppet Labs",
55
"summary": "Manages mounted filesystems and mount tables.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)