File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to the `onddo-spamassassin` cookbook will be documented in t
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 2.0.0 ] - 2017-03-12
77### Added
88- Metadata: Add ` chef_version ` .
99- Metadata: Remove grouping ([ RFC-85] ( https://github.com/chef/chef-rfc/blob/8d47f1d0afa5a2313ed2010e0eda318edc28ba47/rfc085-remove-unused-metadata.md ) ).
@@ -56,7 +56,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5656## 0.1.0 - 2013-06-09
5757- Initial release of ` onddo-spamassassin ` .
5858
59- [ Unreleased ] : https://github.com/zuazo/spamassassin-cookbook/compare/1.1.0...HEAD
59+ [ Unreleased ] : https://github.com/zuazo/spamassassin-cookbook/compare/2.0.0...HEAD
60+ [ 2.0.0 ] : https://github.com/zuazo/spamassassin-cookbook/compare/1.1.0...2.0.0
6061[ 1.1.0 ] : https://github.com/zuazo/spamassassin-cookbook/compare/1.0.0...1.1.0
6162[ 1.0.0 ] : https://github.com/zuazo/spamassassin-cookbook/compare/0.2.0...1.0.0
6263[ 0.2.0 ] : https://github.com/zuazo/spamassassin-cookbook/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SpamAssassin Cookbook
77[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/onddo-spamassassin.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/onddo-spamassassin )
88[ ![ Dependency Status] ( http://img.shields.io/gemnasium/zuazo/spamassassin-cookbook.svg?style=flat )] ( https://gemnasium.com/zuazo/spamassassin-cookbook )
99[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/zuazo/spamassassin-cookbook.svg?style=flat )] ( https://codeclimate.com/github/zuazo/spamassassin-cookbook )
10- [ ![ Build Status] ( http://img.shields.io/travis/zuazo/spamassassin-cookbook.svg?style=flat )] ( https://travis-ci.org/zuazo/spamassassin-cookbook )
11- [ ![ Coverage Status] ( http://img.shields.io/coveralls/zuazo/spamassassin-cookbook. svg?style=flat )] ( https://coveralls.io/r/zuazo/spamassassin-cookbook?branch=master )
10+ [ ![ Build Status] ( http://img.shields.io/travis/zuazo/spamassassin-cookbook/2.0.0 .svg?style=flat )] ( https://travis-ci.org/zuazo/spamassassin-cookbook )
11+ [ ![ Coverage Status] ( http://img.shields.io/coveralls/zuazo/spamassassin-cookbook/2.0.0. svg?style=flat )] ( https://coveralls.io/r/zuazo/spamassassin-cookbook?branch=2.0.0 )
1212[ ![ Inline docs] ( http://inch-ci.org/github/zuazo/spamassassin-cookbook.svg?branch=master&style=flat )] ( http://inch-ci.org/github/zuazo/spamassassin-cookbook )
1313
1414[ Chef] ( https://www.chef.io/ ) cookbook to install and configure [ SpamAssassin] ( http://spamassassin.apache.org/ ) , a mail filter software to identify spam.
Original file line number Diff line number Diff line change 2626Installs and configures SpamAssassin, a mail filter software to identify spam.
2727EOH
2828long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
29- version '2.0.0' # WiP
29+ version '2.0.0'
3030
3131if respond_to? ( :source_url )
3232 source_url 'https://github.com/zuazo/spamassassin-cookbook'
You can’t perform that action at this time.
0 commit comments