diff --git a/.sync.yml b/.sync.yml index a5b012e..9df32f3 100644 --- a/.sync.yml +++ b/.sync.yml @@ -2,8 +2,3 @@ spec/spec_helper.rb: mock_with: ':rspec' coverage_report: true -Gemfile: - required: - ':release': - - gem: github_changelog_generator - git: https://github.com/github-changelog-generator/github-changelog-generator diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..7e2c40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ -# Changelog +# Change log -All notable changes to this project will be documented in this file. +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). -## Release 0.1.0 +## [v0.2.0](https://github.com/baurmatt/puppet-codimd/tree/v0.2.0) (2020-07-06) -**Features** +[Full Changelog](https://github.com/baurmatt/puppet-codimd/compare/32201ce3650fdb24b030d4544484e054b9992659...v0.2.0) -**Bugfixes** +### Added -**Known Issues** +- Make source url configurable [\#1](https://github.com/baurmatt/puppet-codimd/pull/1) ([gsterling](https://github.com/gsterling)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Gemfile b/Gemfile index 28d7f36..8007ad0 100644 --- a/Gemfile +++ b/Gemfile @@ -29,9 +29,6 @@ group :development do gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw] gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw] end -group :release do - gem "github_changelog_generator", require: false, git: 'https://github.com/github-changelog-generator/github-changelog-generator' -end puppet_version = ENV['PUPPET_GEM_VERSION'] facter_version = ENV['FACTER_GEM_VERSION'] diff --git a/metadata.json b/metadata.json index 5d35210..a06baae 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "baurmatt-codimd", - "version": "0.1.0", - "author": "Matthias Baur", + "version": "0.2.0", + "author": "baurmatt", "summary": "Puppet Module to install and configure codiMD", "license": "Apache-2.0", "source": "https://github.com/baurmatt/puppet-codimd",