Skip to content

Commit

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

[ci skip]
  • Loading branch information
tute committed Oct 23, 2015
1 parent 3a06edf commit 0d59f28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.33.0 (October 23, 2015)

* Add `quiet_assets` as development dependency
* Reduce number of Puma processes and threads to reduce memory usage
* Move non-runtime-dependency i18n-tasks to development and test Gemfile groups
* Move non-runtime-dependency refills to the development Gemfile group
* Generate empty `spec/factories.rb` file in accordance with thoughtbot’s
styleguide
* Shoulda Matchers 3.0 configuration

1.32.0 (October 9, 2015)

* Install Foreman automatically during setup script
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.32.0"
VERSION = "1.33.0"
end

0 comments on commit 0d59f28

Please sign in to comment.