Skip to content

Commit

Permalink
Bump version to v1.56.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoa committed Jul 4, 2022
1 parent f3ce221 commit 092c229
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
25 changes: 21 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
Unreleased

* Removed: preloader generator / spring
* Upgraded: Ruby to version 2.7.1
1.56.0 (July 4, 2022)

Maintenance release

* Fixed: Make Suspenders fail if running with an unsupported Rails version
* Added: Update default configuration to use request specs
* Added: Add missing Errno::ECONNREFUSED to HTTP_ERRORS
* Fixed: Drop use of git in gemspec
* Fixed: Enforce bundler >= 2.1.0
* Fixed: Make suspenders abort when something goes wrong
* Fixed: Reliability and aesthetics of the config files comment stripper
* Fixed: ActionMailer asset host in the production configuration
* Added: Configure the oj gem (fast JSON parsing) when generating a new application
* Fixed: Improve error message of the match_contents matcher
* Fixed: Convert generator tests to unit tests thus speeding up the test suite
* Removed: Preloader generator / spring
* Added: Pull in DATABASE_URL env var explicitly in database.yml
* Removed: Travis CI configuration
* Upgraded: Ruby to version 2.7.4
* Added: A GitHub Action for CI
* Fixed: Run bin/suspenders in both CLI and tests against a fixed Rails version

1.55.1 (September 11, 2020)

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.55.1".freeze
VERSION = "1.56.0".freeze
end

0 comments on commit 092c229

Please sign in to comment.