Skip to content

Commit

Permalink
Release v1.31.0
Browse files Browse the repository at this point in the history
Update NEWS.md.

[ci skip]
  • Loading branch information
tute committed Sep 3, 2015
1 parent 2c069e1 commit d0f7c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
1.31.0 (unreleased)
1.31.0 (September 3, 2015)

* Update to Ruby 2.2.3
* Add ctags configuration dotfile
* Rename `$HOST` to `$APPLICATION_HOST` for zsh compatibility
* Update Bitters to 1.1
* Remove comments and newlines in config files
* Abort tests run if `DATABASE_URL` env variable is set

1.30.0 (July 30, 2015)

Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Suspenders
RAILS_VERSION = "~> 4.2.0"
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = "1.30.0"
VERSION = "1.31.0"
end

0 comments on commit d0f7c14

Please sign in to comment.