Skip to content

Commit

Permalink
Bump to version 1.46.0 [ci skip] (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru-T authored Jan 26, 2018
1 parent fea3cb5 commit d02713d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
* Update bourbon from 5.0.0.beta.8 to 5.0.0
1.46.0 (January 26, 2018)

* Bug fix: Fix for action mailer asset_host
* Bug fix: Lock pg to ~> 0.18
* Breaking: Remove Database Cleaner
* Upgrade: Update to Rails 5.1.4
* Upgrade: Update to Ruby 2.5.0
* Upgrade: Update bourbon from 5.0.0.beta.8 to 5.0.0
* Upgrade: Update FactoryGirl to FactoryBot
* Generators: Analytics generator
* Generators: CI generator
* Generators: DB optimization generator
* Generators: Factories generator
* Generators: Forms generator
* Generators: Javascript driver generator
* Generators: Jobs generator
* Generators: Lint generator
* Generators: Testing driver generator
* Generators: Views generator

1.45.0 (September 8, 2017)

Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module Suspenders
read("#{File.dirname(__FILE__)}/../../.ruby-version").
strip.
freeze
VERSION = "1.45.0".freeze
VERSION = "1.46.0".freeze
end

0 comments on commit d02713d

Please sign in to comment.