Skip to content

Commit

Permalink
Bump version to v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejay committed Jan 27, 2017
1 parent 692ac11 commit 5c64a93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.1.5
2.4.0
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: ruby
rvm:
- ruby-2.1.5
- ruby-2.2.0
- ruby-2.4.0
- ruby-head
cache: bundler
script: bundle exec rake spec
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
HEAD
----

v0.3.0
------

- [ndejay/ripe#13](http://github.com/ndejay/ripe/issues/13): Change the permissions of the database to the same as the user's umask.
- [ndejay/ripe#10](http://github.com/ndejay/ripe/issues/10): Support config file for workflows.
- [ndejay/ripe#8](http://github.com/ndejay/ripe/issues/8): Support ERB task templates.
Expand Down
2 changes: 1 addition & 1 deletion lib/ripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ripe
VERSION = "0.2.2"
VERSION = "0.3.0"
end

0 comments on commit 5c64a93

Please sign in to comment.