Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
00f994e9
Commit
00f994e9
authored
Dec 22, 2016
by
Seth Thomas
Committed by
GitHub
Dec 22, 2016
Browse files
Merge pull request #47 from chef-cookbooks/release-4.1.0
Release 4.1.0
parents
6775cd92
1f02c45b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
00f994e9
...
...
@@ -2,6 +2,12 @@
This file is used to list changes made in each version of the erlang cookbook.
## 4.1.0 (2016-12-22)
-
Replace BATS tests with InSpec
-
Fix package and source installs for Fedora and openSUSE
-
Update source version to 19.2
-
Improved version check for source install guard
## 4.0.0 (2016-09-16)
-
Testing updates
-
Remove traces of minitest handler from the code
...
...
metadata.rb
View file @
00f994e9
...
...
@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license
'Apache 2.0'
description
'Installs erlang, optionally install GUI tools.'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'4.
0
.0'
version
'4.
1
.0'
depends
'apt'
,
'>= 1.7.0'
depends
'yum'
,
'~> 3.0'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment