We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6036259 commit db8a148Copy full SHA for db8a148
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This file is used to list changes made in each version of the apt cookbook.
4
5
+## 6.0.1 (2017-02-27)
6
+
7
+- Update cookbook description
8
+- Testing updates for Chef 13 and fixes to the cacher recipe
9
10
## 6.0.0 (2017-02-08)
11
12
### Breaking changes
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Configures apt and apt caching.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '6.0.0'
+version '6.0.1'
recipe 'apt::default', 'Runs apt-get update during compile phase and sets up preseed directories'
recipe 'apt::cacher-ng', 'Set up an apt-cacher-ng caching proxy'
0 commit comments