Skip to content

Commit

Permalink
Prepare 0.0.9 release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Oct 14, 2018
1 parent f616a5e commit 81d5967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.9
* New helpers for testing if chef-zero is running more methodically
* Ensure _all_addresses when determining of a port is open
* Gracefully handle cookbooks with both `metadata.json` and `metadata.rb`
* Fix amend on hg so it only modifies the message, not the code
* Remove the dependency on JSON now that 2.4 has it

## 0.0.8
* Create pem dir if it does not exist
* Add option to track symlinks
Expand Down
2 changes: 1 addition & 1 deletion between_meals.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'between_meals'
s.version = '0.0.8'
s.version = '0.0.9'
s.homepage = 'https://github.com/facebook/between-meals'
s.platform = Gem::Platform::RUBY
s.extra_rdoc_files = ['README.md', 'LICENSE']
Expand Down

0 comments on commit 81d5967

Please sign in to comment.