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

Commit aafdb7b

Browse files
committed
Bump Version to 4.0.0
* Update CHANGELOG.md * Breaking change with switch of sysctl modules (See #73) * Change log to Log
1 parent 46e163a commit aafdb7b

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGELOG.md

+25-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
5+
## [v4.0.0](https://github.com/petems/petems-swap_file/tree/v4.0.0) (2017-07-09)
6+
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.4...v4.0.0)
7+
8+
**Closed issues:**
9+
10+
- Push v3.1.3 to Forge [\#72](https://github.com/petems/petems-swap_file/issues/72)
11+
12+
**Merged pull requests:**
13+
14+
- Linting fixes [\#76](https://github.com/petems/petems-swap_file/pull/76) ([petems](https://github.com/petems))
15+
- Update metadata.json [\#75](https://github.com/petems/petems-swap_file/pull/75) ([petems](https://github.com/petems))
16+
- Fixes issue with empty fact [\#74](https://github.com/petems/petems-swap_file/pull/74) ([petems](https://github.com/petems))
17+
- Update to Augeas systcl module [\#73](https://github.com/petems/petems-swap_file/pull/73) ([antyale](https://github.com/antyale))
18+
19+
## [v3.1.4](https://github.com/petems/petems-swap_file/tree/v3.1.4) (2017-02-22)
20+
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.3...v3.1.4)
21+
322
## [v3.1.3](https://github.com/petems/petems-swap_file/tree/v3.1.3) (2017-02-22)
423
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.0.2...v3.1.3)
524

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

180199
## [v1.0.0](https://github.com/petems/petems-swap_file/tree/v1.0.0) (2014-09-24)
181-
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.2.0...v1.0.0)
182-
183-
## [v0.2.0](https://github.com/petems/petems-swap_file/tree/v0.2.0) (2014-09-01)
184-
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.3.0...v0.2.0)
200+
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.3.0...v1.0.0)
185201

186202
## [v0.3.0](https://github.com/petems/petems-swap_file/tree/v0.3.0) (2014-09-01)
187-
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.3.0...v0.3.0)
203+
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.2.0...v0.3.0)
204+
205+
## [v0.2.0](https://github.com/petems/petems-swap_file/tree/v0.2.0) (2014-09-01)
206+
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.3.0...v0.2.0)
188207

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

206225

207226

208-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
227+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ begin
4343
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
4444
version = (Blacksmith::Modulefile.new).version
4545
config.future_release = "v#{version}"
46-
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file."
46+
config.header = "# Change Log\n\nAll notable changes to this project will be documented in this file."
4747
config.exclude_labels = %w{duplicate question invalid wontfix modulesync}
4848
end
4949
rescue LoadError

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "petems-swap_file",
3-
"version": "3.1.5",
3+
"version": "4.0.0",
44
"author": "Peter Souter",
55
"summary": "Create swap files for Linux systems with Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)