File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ 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.3 (2015-07-27)
6
+ -------------------
7
+ - #76 : Use checksum keyname instead of value in source recipe
8
+
5
9
v4.3.2 (2015-07-27)
6
10
-------------------
7
11
- Fixing up Windows provider (issue #73 )
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.3.2 '
7
+ version '4.3.3 '
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