Skip to content

Commit

Permalink
Bugfix increment for new tools
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltson committed Nov 29, 2016
1 parent e11bf0a commit 0095101
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ GRAPH
windows (>= 1.2.2)
windows (2.1.1)
ohai (>= 4.0.0)
workstation (0.3.0)
workstation (0.3.1)
dotfiles (>= 0.0.0)
homebrew (~> 2.1)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.3.1 - 2016-11-29
### Added
- Added back casks, they are up to date. But leaving VBox out.
- chefdk
- vagrant
- Added new tools I'll be using.
- ansible
- terraform

## 0.3.0 - 2016-11-28
### Changed
- Using build in `package` resource in Chef which now defaults to Homebrew.
Expand Down
2 changes: 2 additions & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
anybar
atom
caffeine
chefdk
fantastical
firefox
fitbit-connect
Expand All @@ -59,4 +60,5 @@
macvim
seil
tomighty
vagrant
)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs/Configures an OS X workstation'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0'
version '0.3.1'

depends 'homebrew', '~> 2.1'
depends 'dotfiles'

0 comments on commit 0095101

Please sign in to comment.