Skip to content

Commit

Permalink
Bumps version for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Peterson committed Sep 8, 2016
1 parent ded1c09 commit 6c9a193
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions drupalbox/CHANGELOG-0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

### Fixed

## [0.2.0] - 2016-09-07

### Added

- PHP XDebug

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion drupalbox/tests/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# set :backend, :ssh

# Use the exec backend when testing via Packer
set :backend, :exec
# set :backend, :exec

# Set PATH (OEL 5 does not include /sbin by default)
set :path, '/usr/local/sbin:/usr/sbin:/sbin:$PATH'
2 changes: 1 addition & 1 deletion drupalbox/ubuntu1404.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"iso_name": "ubuntu-14.04.4-server-amd64.iso",
"iso_path": "iso",
"iso_url": "http://releases.ubuntu.com/14.04/ubuntu-14.04.4-server-amd64.iso",
"version": "0.1.1"
"version": "0.2.0"
}

0 comments on commit 6c9a193

Please sign in to comment.