File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to the `dovecot` cookbook will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 3.2.1] - 2017-03-10
7
+ ### Fixed
8
+ - Unit Tests fix: Replace Ubuntu ` 13.10 ` with Ubuntu ` 14.04 ` .
9
+
6
10
## [ 3.2.0] - 2017-03-10
7
11
Special thanks to [ Vassilis Aretakis] ( https://github.com/billiaz ) for his astonishing contributions :sparkles :
8
12
@@ -163,7 +167,8 @@ Special thanks to [Vassilis Aretakis](https://github.com/billiaz) for his astoni
163
167
## 0.1.0 - 2013-06-08
164
168
- Initial release of ` dovecot ` .
165
169
166
- [ Unreleased ] : https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...HEAD
170
+ [ Unreleased ] : https://github.com/zuazo/dovecot-cookbook/compare/3.2.1...HEAD
171
+ [ 3.2.1 ] : https://github.com/zuazo/dovecot-cookbook/compare/3.2.0...3.2.1
167
172
[ 3.2.0 ] : https://github.com/zuazo/dovecot-cookbook/compare/3.1.0...3.2.0
168
173
[ 3.1.0 ] : https://github.com/zuazo/dovecot-cookbook/compare/3.0.0...3.1.0
169
174
[ 3.0.0 ] : https://github.com/zuazo/dovecot-cookbook/compare/2.5.0...3.0.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Dovecot Cookbook
7
7
[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/dovecot.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/dovecot )
8
8
[ ![ Dependency Status] ( http://img.shields.io/gemnasium/zuazo/dovecot-cookbook.svg?style=flat )] ( https://gemnasium.com/zuazo/dovecot-cookbook )
9
9
[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/zuazo/dovecot-cookbook.svg?style=flat )] ( https://codeclimate.com/github/zuazo/dovecot-cookbook )
10
- [ ![ Build Status] ( http://img.shields.io/travis/zuazo/dovecot-cookbook.svg?style=flat )] ( https://travis-ci.org/zuazo/dovecot-cookbook )
10
+ [ ![ Build Status] ( http://img.shields.io/travis/zuazo/dovecot-cookbook/3.2.1 .svg?style=flat )] ( https://travis-ci.org/zuazo/dovecot-cookbook )
11
11
[ ![ Inline docs] ( http://inch-ci.org/github/zuazo/dovecot-cookbook.svg?branch=master&style=flat )] ( http://inch-ci.org/github/zuazo/dovecot-cookbook )
12
12
13
13
[ Chef] ( https://www.chef.io/ ) cookbook to install and configure [ Dovecot] ( http://www.dovecot.org/ ) , open source IMAP and POP3 email server.
Original file line number Diff line number Diff line change 27
27
Installs and configures Dovecot, open source IMAP and POP3 email server.
28
28
EOH
29
29
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
30
- version '3.2.1' # WiP
30
+ version '3.2.1'
31
31
32
32
if respond_to? ( :source_url )
33
33
source_url "https://github.com/zuazo/#{ name } -cookbook"
You can’t perform that action at this time.
0 commit comments