File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 2.5.5 ] ( https://github.com/solidusio/solidus_dev_support/tree/2.5.5 ) (2022-09-08 )
3+ ## [ 2.5.6 ] ( https://github.com/solidusio/solidus_dev_support/tree/2.5.6 ) (2023-04-24 )
44
5- [ Full Changelog] ( https://github.com/solidusio/solidus_dev_support/compare/v2.5.4...2.5.5 )
5+ [ Full Changelog] ( https://github.com/solidusio/solidus_dev_support/compare/v2.5.5...2.5.6 )
6+
7+ ** Implemented enhancements:**
8+
9+ - Allow Solidus 4 [ \# 203] ( https://github.com/solidusio/solidus_dev_support/pull/203 ) ([ elia] ( https://github.com/elia ) )
10+ - Update proposed defaults [ \# 191] ( https://github.com/solidusio/solidus_dev_support/pull/191 ) ([ elia] ( https://github.com/elia ) )
11+
12+ ** Fixed bugs:**
13+
14+ - Fix sandbox default solidus branch [ \# 192] ( https://github.com/solidusio/solidus_dev_support/pull/192 ) ([ RyanofWoods] ( https://github.com/RyanofWoods ) )
15+
16+ ** Merged pull requests:**
17+
18+ - Remove Slack notifications for CI failures [ \# 199] ( https://github.com/solidusio/solidus_dev_support/pull/199 ) ([ waiting-for-dev] ( https://github.com/waiting-for-dev ) )
19+
20+ ## [ v2.5.5] ( https://github.com/solidusio/solidus_dev_support/tree/v2.5.5 ) (2022-09-08)
21+
22+ [ Full Changelog] ( https://github.com/solidusio/solidus_dev_support/compare/v2.5.4...v2.5.5 )
623
724** Implemented enhancements:**
825
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ To release a new version:
238238
2392391 . update the version number in ` version.rb `
2402402 . update the changelog with ` bin/rake changelog `
241- 3 . commit the changes using ` Bump SolidusDevSupport to 1 .2.3` as the message
241+ 3 . commit the changes using ` Release SolidusDevSupport v1 .2.3` as the message
2422423 . run ` bin/rake release `
243243
244244The last command will create a git tag for the version, push git commits and tags, and push the ` .gem ` file to
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SolidusDevSupport
4- VERSION = "2.5.5 "
4+ VERSION = "2.5.6 "
55
66 def self . gem_version
77 Gem ::Version . new ( VERSION )
You can’t perform that action at this time.
0 commit comments