Skip to content

Commit 7ad4cab

Browse files
committed
release v0.3.0
1 parent 22dc826 commit 7ad4cab

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
CHANGELOG for filesystem_resize
22
===============================
33

4-
This file is used to list changes made in each version of the filesystem_resize cookbook.
4+
This file is used to list changes made in each version of the `filesystem_resize` cookbook.
5+
6+
## v0.3.0 (2015-09-04)
7+
8+
* Update chef links to use *chef.io* domain.
9+
* Update contact information and links after migration.
10+
* Update RuboCop to version `0.33.0`.
11+
* metadata: Add `source_url` and `issues_url` links.
12+
13+
* Documentation:
14+
* README: Improve description.
15+
16+
* Testing:
17+
* Update Gemfile dependencies and Kitchen platforms.
18+
* Move ChefSpec tests to *test/unit*.
19+
* Use `ChefSpec::SoloRunner` to make unit tests faster.
20+
* Integrate tests with `should_not` gem.
521

622
## v0.2.0 (2015-01-23)
723

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Filesystem Resize Cookbook
33
[![Cookbook Version](https://img.shields.io/cookbook/v/filesystem_resize.svg?style=flat)](https://supermarket.chef.io/cookbooks/filesystem_resize)
44
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/filesystem_resize-cookbook)
55
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/filesystem_resize-cookbook)
6-
[![Build Status](http://img.shields.io/travis/zuazo/filesystem_resize-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/filesystem_resize-cookbook)
6+
[![Build Status](http://img.shields.io/travis/zuazo/filesystem_resize-cookbook/0.3.0.svg?style=flat)](https://travis-ci.org/zuazo/filesystem_resize-cookbook)
77

88
This [Chef](https://www.chef.io/) cookbook resizes the file system automatically when the underlying partition or disk increases its size.
99

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
increases its size.
2828
EOS
2929
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
30-
version '0.3.0' # WiP
30+
version '0.3.0'
3131

3232
if respond_to?(:source_url)
3333
source_url "https://github.com/zuazo/#{name}-cookbook"

0 commit comments

Comments
 (0)