Skip to content

Commit 092c229

Browse files
committed
Bump version to v1.56.0 [ci skip]
1 parent f3ce221 commit 092c229

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

NEWS.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
Unreleased
2-
3-
* Removed: preloader generator / spring
4-
* Upgraded: Ruby to version 2.7.1
1+
1.56.0 (July 4, 2022)
2+
3+
Maintenance release
4+
5+
* Fixed: Make Suspenders fail if running with an unsupported Rails version
6+
* Added: Update default configuration to use request specs
7+
* Added: Add missing Errno::ECONNREFUSED to HTTP_ERRORS
8+
* Fixed: Drop use of git in gemspec
9+
* Fixed: Enforce bundler >= 2.1.0
10+
* Fixed: Make suspenders abort when something goes wrong
11+
* Fixed: Reliability and aesthetics of the config files comment stripper
12+
* Fixed: ActionMailer asset host in the production configuration
13+
* Added: Configure the oj gem (fast JSON parsing) when generating a new application
14+
* Fixed: Improve error message of the match_contents matcher
15+
* Fixed: Convert generator tests to unit tests thus speeding up the test suite
16+
* Removed: Preloader generator / spring
17+
* Added: Pull in DATABASE_URL env var explicitly in database.yml
18+
* Removed: Travis CI configuration
19+
* Upgraded: Ruby to version 2.7.4
20+
* Added: A GitHub Action for CI
21+
* Fixed: Run bin/suspenders in both CLI and tests against a fixed Rails version
522

623
1.55.1 (September 11, 2020)
724

lib/suspenders/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module Suspenders
44
.read("#{File.dirname(__FILE__)}/../../.ruby-version")
55
.strip
66
.freeze
7-
VERSION = "1.55.1".freeze
7+
VERSION = "1.56.0".freeze
88
end

0 commit comments

Comments
 (0)