Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #230 from dtan4/release-v0.9.1
Browse files Browse the repository at this point in the history
Prepare for v0.9.1 release
  • Loading branch information
dtan4 authored Jun 17, 2016
2 parents 67fdd83 + eae364a commit 48b6dc8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# [v0.9.0](https://github.com/dtan4/terraforming/releases/tag/v0.8.0) (2016-06-12)
# [v0.9.1](https://github.com/dtan4/terraforming/releases/tag/v0.9.1) (2016-06-17)

## Fixed / Updated

- Fix Ox load error #229 (thanks @winebarrel)

# [v0.9.0](https://github.com/dtan4/terraforming/releases/tag/v0.9.0) (2016-06-12)

## Resource

Expand Down
2 changes: 1 addition & 1 deletion lib/terraforming/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Terraforming
VERSION = "0.9.0"
VERSION = "0.9.1"
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
require "simplecov"

SimpleCov.start do
add_filter "lib/terraforming.rb"
add_filter "lib/terraforming/version.rb"

formatter SimpleCov::Formatter::MultiFormatter.new([
Coveralls::SimpleCov::Formatter,
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit 48b6dc8

Please sign in to comment.