Skip to content

Commit 5ec5b6a

Browse files
committed
Release SolidusDevSupport v2.5.6
1 parent ee40c0f commit 5ec5b6a

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ To release a new version:
238238

239239
1. update the version number in `version.rb`
240240
2. 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
242242
3. run `bin/rake release`
243243

244244
The last command will create a git tag for the version, push git commits and tags, and push the `.gem` file to

lib/solidus_dev_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module SolidusDevSupport
4-
VERSION = "2.5.5"
4+
VERSION = "2.5.6"
55

66
def self.gem_version
77
Gem::Version.new(VERSION)

0 commit comments

Comments
 (0)