Skip to content

Commit

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

[ci skip]
  • Loading branch information
tute committed Dec 30, 2015
1 parent d53de08 commit 40ad0a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
HEAD
1.35.0 (December 30, 2015)

* Introduce Heroku Pipelines support
* Update to Ruby 2.3.0
* Heroku commands run on staging by default
* Git ignore `.env.local` instead of `.env`
* Add ability to use byebug navigation commands inside of Pry using the
`pry-byebug` gem
* Remove i18n-tasks
* Remove `i18n-tasks` from generated Gemfile
* Accessibility: Add `lang` attribute to `html` element in layout

1.34.0 (November 15, 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.34.0"
VERSION = "1.35.0"
end

0 comments on commit 40ad0a6

Please sign in to comment.