Skip to content

Commit b806a5e

Browse files
authored
Merge pull request #1471 from Shopify/ec-prepare-v045
Prepare to cut 0.45.0
2 parents 46da1df + 6621645 commit b806a5e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
# 0.45.0
4+
* Shipit-engine now requires application to be at least on Rails 8.1.1.
5+
* Remove dependency on SaasC that is lo longer maintained. A vanilla CSS file now ships with shipit-engine.
6+
Users may see slightly different colors compared to before.
7+
38
# 0.44.3
49
* Handle GithubOrganizationUnknown in GithubSyncJob by logging a warning and marking the stack as inaccessible.
510

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipit-engine (0.44.3)
4+
shipit-engine (0.45.0)
55
active_model_serializers (~> 0.9.3)
66
ansi_stream (~> 0.0.6)
77
autoprefixer-rails (~> 6.4.1)

lib/shipit/version.rb

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

33
module Shipit
4-
VERSION = '0.44.3'
4+
VERSION = '0.45.0'
55
end

0 commit comments

Comments
 (0)