Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #4

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/1.0.0) (2021-08-17)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/compare/04879bddcd1d2f52bcb8806140cf666bd94120cb...1.0.0)

This is the initial release of voxpupuli-puppet-lint-plugins. It's a meta gem that pulls in puppet-lint + all puppet-lint plugins Vox Pupuli uses. This gem is used on every Vox Pupuli module, but can also be used with PDK.

**Fixed bugs:**

- Pull in gcg only on Ruby 2.5 and newer [\#2](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/2) ([bastelfreak](https://github.com/bastelfreak))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

begin
require 'rubygems'
require 'github_changelog_generator/task'
Expand Down