Skip to content

Commit

Permalink
1.0.1 PreRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
David Swan committed Jun 21, 2018
1 parent 8bd387a commit 4021819
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
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).

## Supported Release [1.0.0]
## Release [1.0.1]
### Summary
This is a minor release to formaly announce that this module is not supported. Any previous claims otherwise were ade in error

#### Changed
- Readme changes made.

#### Removed
- All mentions of this module bein supported where removed.

## Release [1.0.0]
### Summary
This is a major release that **drops Puppet 3 support**

Expand All @@ -18,7 +28,7 @@ This is a major release that **drops Puppet 3 support**
- test failures
- specs to reflect new output format ([HC-98](https://tickets.puppet.com/browse/HC-98))

## Supported Release [0.9.4]
## Release [0.9.4]
### Summary
This is a bugfix release.

Expand All @@ -27,7 +37,7 @@ This is a bugfix release.
* Handle changing value from scalar to array
* Handle adding array value when array doesn't exist

## Supported Release [0.9.3]
## Release [0.9.3]
### Summary
This is a feature release.

Expand All @@ -38,7 +48,7 @@ This is a feature release.
* Add support for managing individual array elements via the `array_element`
value for the `type` parameter

## Supported Release [0.9.2]
## Release [0.9.2]
### Summary
This is a minor bugfix release.

Expand All @@ -48,15 +58,15 @@ This is a minor bugfix release.
the hocon gem was sometimes being required when it shouldn't have been,
leading to errors.

## Supported Release [0.9.1]
## Release [0.9.1]
### Summary
This is a minor bugfix release.

#### Fixed
* Allow true numeric values to be set in a configuration file in versions
of Puppet prior to 4.0.0.

## Supported Release [0.9.0]
## Release [0.9.0]
### Summary
This is a major feature release.

Expand All @@ -69,6 +79,7 @@ This is a major feature release.
setting (useful, for example, if one wants to insert a substitution,
or a value with internal comments, such as a map)

[1.0.0]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.4...1.0.0
[1.0.0]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.4...1.0.0
[0.9.4]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.3...0.9.4
[0.9.3]: https://github.com/puppetlabs/puppetlabs-hocon/compare/0.9.2...0.9.3
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-hocon",
"version": "1.0.0",
"version": "1.0.1",
"author": "puppetlabs",
"summary": "Resource types for managing settings in HOCON files",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4021819

Please sign in to comment.