Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
updated relevant files for release of v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncreuschling committed Apr 16, 2017
1 parent b132a7c commit 24d0970
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# indoctrinatr-tools

## v0.15.0 (2017-04-16)

### changes

* updated dependencies
* removed support for Ruby v2.1

## v0.14.0 (2016-09-14)

### changes
Expand Down
2 changes: 1 addition & 1 deletion features/version.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Feature: Running the "version" command

Scenario:
When I successfully run `indoctrinatr version`
Then the output should contain "0.13.0"
Then the output should contain "0.15.0"
2 changes: 1 addition & 1 deletion lib/indoctrinatr/tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Indoctrinatr
module Tools
VERSION = '0.14.0'.freeze
VERSION = '0.15.0'.freeze
end
end
2 changes: 1 addition & 1 deletion spec/indoctrinatr/tools/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

describe Indoctrinatr::Tools do
it 'defines a VERSION constant' do
expect(Indoctrinatr::Tools::VERSION).to eq '0.14.0'
expect(Indoctrinatr::Tools::VERSION).to eq '0.15.0'
end
end

0 comments on commit 24d0970

Please sign in to comment.