Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from bastelfreak/rel200
Browse files Browse the repository at this point in the history
release 2.0.0
  • Loading branch information
binford2k committed Nov 15, 2017
2 parents 85b5026 + 57d6bf9 commit 4da9e95
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog

## 2017-01-16 - Release 1.1.0
All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v2.0.0](https://github.com/voxpupuli/puppet-boolean/tree/v2.0.0) (2017-11-15)

[Full Changelog](https://github.com/voxpupuli/puppet-boolean/compare/v1.1.0...v2.0.0)

**Fixed bugs:**

- implementing suggested fix for \#6 - :absent symbol is now also parsed as False [\#27](https://github.com/voxpupuli/puppet-boolean/pull/27) ([lukebigum](https://github.com/lukebigum))

**Closed issues:**

- release with "v" [\#30](https://github.com/voxpupuli/puppet-boolean/issues/30)
- Release to forge [\#18](https://github.com/voxpupuli/puppet-boolean/issues/18)
- Migrate to vox pupuli? [\#8](https://github.com/voxpupuli/puppet-boolean/issues/8)

**Merged pull requests:**

- Fixing error message and adding spec test [\#28](https://github.com/voxpupuli/puppet-boolean/pull/28) ([lukebigum](https://github.com/lukebigum))
- Fix github license detection [\#25](https://github.com/voxpupuli/puppet-boolean/pull/25) ([alexjfisher](https://github.com/alexjfisher))
- Fix spelling of 'necessary' in type documentation [\#24](https://github.com/voxpupuli/puppet-boolean/pull/24) ([g1franc](https://github.com/g1franc))
- Modulesync 0.19.0 [\#19](https://github.com/voxpupuli/puppet-boolean/pull/19) ([bastelfreak](https://github.com/bastelfreak))

## [v1.1.0](https://github.com/voxpupuli/puppet-boolean/tree/v1.1.0) (2017-01-16)

This is the last release with Puppet 3 support!
* First release in the Vox Pupuli namespace
Expand All @@ -15,3 +40,6 @@ This is the last release with Puppet 3 support!
This is a backwards compatible bugfix release

* Correct permissions to make plugin world readable.


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [v1.1.0](https://github.com/voxpupuli/puppet-boolean/tree/v1.1.0) (2017-01-16)

This is the last release with Puppet 3 support!
* First release in the Vox Pupuli namespace
* Refactor to allow use in parameters
* Add documentation for parameter addition
* Correct new type definition example
* Add unit tests

1.0.1
-----

This is a backwards compatible bugfix release

* Correct permissions to make plugin world readable.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-boolean",
"version": "1.1.1-rc0",
"version": "2.0.0",
"author": "Vox Pupuli",
"summary": "Boolean normalizing property for Puppet types",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4da9e95

Please sign in to comment.