Skip to content

Commit 4ac3f01

Browse files
committed
Completed name change with associated release.
1 parent f616bc5 commit 4ac3f01

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
This file is used to list changes made in each version of the cookbook-restartwatch cookbook.
44

5+
0.3.0
6+
-----
7+
- [Tom] - Renamed, support files added, no functional change from 0.2.0.
8+
59
0.2.0
610
-----
7-
- [Tom] - Previously this was deployed as "restart-watch", function is identical to restart-watch 0.2.0.
11+
- [Tom] - Original deployment as "restart-watch"
812

913

1014
- - -

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ on the RollNoRocks blog.
1818
## Berkshelf and librarian
1919
```ruby
2020
# Berkshelf:
21-
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', tag: '0.2.0'
21+
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', tag: '0.3.0'
2222

2323

2424
# librarian-chef:
25-
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', ref: '0.2.0'
25+
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', ref: '0.3.0'
2626
```
2727

2828
## Supported platforms

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
license 'GNU Library General Public License, version 2.0'
55
description 'Installs/Configures logwatch_restart'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.2.0'
7+
version '0.3.0'
88

99
depends 'logwatch', '~> 1.1'

0 commit comments

Comments
 (0)