File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ git Cookbook CHANGELOG
2
2
======================
3
3
This file is used to list changes made in each version of the git cookbook.
4
4
5
+ v4.3.0 (2015-07-20)
6
+ -------------------
7
+ - Removing references to node attributes from provider code
8
+ - Name-spacing of client resource property names
9
+ - Addition of windows recipe
10
+ - Creation of package recipe
11
+
5
12
v4.2.4 (2015-07-19)
6
13
-------------------
7
14
- Fixing source provider selection bug from 4.2.3
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs git and/or sets up a Git server daemon'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '4.2.4 '
7
+ version '4.3.0 '
8
8
recipe 'git' , 'Installs git'
9
9
recipe 'git::server' , 'Sets up a runit_service for git daemon'
10
10
recipe 'git::source' , 'Installs git from source'
You can’t perform that action at this time.
0 commit comments