From 3560df2f3f065f757cce7888f8d70eef7540ea79 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Fri, 31 Mar 2017 12:13:02 +0200 Subject: [PATCH] release v2.0.0 --- CHANGELOG.md | 13 +++++++------ README.md | 4 ++-- metadata.rb | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624c88c..88d49c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,19 @@ All notable changes to the `opendkim` cookbook will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] -### Added +## [2.0.0] - 2017-03-31 +### Added in 2.0.0 - Chef `13` support. - metadata: Add `chef_version`. - README: Add GitHub badge. -### Changed +### Changed in 2.0.0 - CHANGELOG: Follow "Keep a CHANGELOG". -### Removed +### Removed in 2.0.0 - Drop Chef `< 12` and Ruby `< 2.2` support. -### Improved +### Improved in 2.0.0 - README: Add doc and license badges. - Improve TESTING documentation. - Update RuboCop to `0.48`. @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 0.1.0 - 2015-05-21 - Initial release of `opendkim`. -[Unreleased]: https://github.com/zuazo/opendkim-cookbook/compare/1.0.0...HEAD +[Unreleased]: https://github.com/zuazo/opendkim-cookbook/compare/2.0.0...HEAD +[2.0.0]: https://github.com/zuazo/opendkim-cookbook/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/zuazo/opendkim-cookbook/compare/0.2.0...1.0.0 [0.2.0]: https://github.com/zuazo/opendkim-cookbook/compare/0.1.0...0.2.0 diff --git a/README.md b/README.md index 8891d15..1562065 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ OpenDKIM Cookbook [![Cookbook Version](https://img.shields.io/cookbook/v/opendkim.svg?style=flat)](https://supermarket.chef.io/cookbooks/opendkim) [![Dependency Status](http://img.shields.io/gemnasium/zuazo/opendkim-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/opendkim-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/opendkim-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/opendkim-cookbook) -[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook) -[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=master) +[![Build Status](http://img.shields.io/travis/zuazo/opendkim-cookbook/2.0.0.svg?style=flat)](https://travis-ci.org/zuazo/opendkim-cookbook) +[![Coverage Status](http://img.shields.io/coveralls/zuazo/opendkim-cookbook/2.0.0.svg?style=flat)](https://coveralls.io/r/zuazo/opendkim-cookbook?branch=2.0.0) [![Inline docs](http://inch-ci.org/github/zuazo/opendkim-cookbook.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/opendkim-cookbook) Installs and configures [OpenDKIM](http://www.opendkim.org/): Open source implementation of the DKIM (Domain Keys Identified Mail) sender authentication system. diff --git a/metadata.rb b/metadata.rb index 8e0e421..34fb70b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -25,7 +25,7 @@ (Domain Keys Identified Mail) sender authentication system. EOH long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.0.0' # WiP +version '2.0.0' if respond_to?(:source_url) source_url "https://github.com/zuazo/#{name}-cookbook"