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

Commit

Permalink
Bump Version to 4.0.0
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md
* Breaking change with switch of sysctl modules
(See #73)
* Change log to Log
  • Loading branch information
petems committed Jul 8, 2017
1 parent 46e163a commit aafdb7b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.

## [v4.0.0](https://github.com/petems/petems-swap_file/tree/v4.0.0) (2017-07-09)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.4...v4.0.0)

**Closed issues:**

- Push v3.1.3 to Forge [\#72](https://github.com/petems/petems-swap_file/issues/72)

**Merged pull requests:**

- Linting fixes [\#76](https://github.com/petems/petems-swap_file/pull/76) ([petems](https://github.com/petems))
- Update metadata.json [\#75](https://github.com/petems/petems-swap_file/pull/75) ([petems](https://github.com/petems))
- Fixes issue with empty fact [\#74](https://github.com/petems/petems-swap_file/pull/74) ([petems](https://github.com/petems))
- Update to Augeas systcl module [\#73](https://github.com/petems/petems-swap_file/pull/73) ([antyale](https://github.com/antyale))

## [v3.1.4](https://github.com/petems/petems-swap_file/tree/v3.1.4) (2017-02-22)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.3...v3.1.4)

## [v3.1.3](https://github.com/petems/petems-swap_file/tree/v3.1.3) (2017-02-22)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.0.2...v3.1.3)

Expand Down Expand Up @@ -178,13 +197,13 @@
- Fixes to swapfile permissions and to implied OS support [\#7](https://github.com/petems/petems-swap_file/pull/7) ([mattock](https://github.com/mattock))

## [v1.0.0](https://github.com/petems/petems-swap_file/tree/v1.0.0) (2014-09-24)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.2.0...v1.0.0)

## [v0.2.0](https://github.com/petems/petems-swap_file/tree/v0.2.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.3.0...v0.2.0)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.3.0...v1.0.0)

## [v0.3.0](https://github.com/petems/petems-swap_file/tree/v0.3.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.3.0...v0.3.0)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.2.0...v0.3.0)

## [v0.2.0](https://github.com/petems/petems-swap_file/tree/v0.2.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.3.0...v0.2.0)

## [0.3.0](https://github.com/petems/petems-swap_file/tree/0.3.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.2.0...0.3.0)
Expand All @@ -205,4 +224,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
version = (Blacksmith::Modulefile.new).version
config.future_release = "v#{version}"
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file."
config.header = "# Change Log\n\nAll notable changes to this project will be documented in this file."
config.exclude_labels = %w{duplicate question invalid wontfix modulesync}
end
rescue LoadError
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": "petems-swap_file",
"version": "3.1.5",
"version": "4.0.0",
"author": "Peter Souter",
"summary": "Create swap files for Linux systems with Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit aafdb7b

Please sign in to comment.