Skip to content

Commit

Permalink
Merge pull request #1279 from Shopify/atesgoral/release
Browse files Browse the repository at this point in the history
Release 0.37.0
  • Loading branch information
atesgoral committed Aug 10, 2022
2 parents f75f968 + 4a3cf13 commit 01eb91c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Unreleased

# 0.37.0

* Suppress progress output for git checkout (#1278)
* Make API refresh action match non-API refresh action for stacks (#1277)

# 0.36.1

* Fix compatibility with Rails 7.0.3.1 (YAML serialized fields). (#1273)
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shipit-engine (0.36.1)
shipit-engine (0.37.0)
active_model_serializers (~> 0.9.3)
ansi_stream (~> 0.0.6)
autoprefixer-rails (~> 6.4.1)
Expand Down Expand Up @@ -132,15 +132,15 @@ GEM
digest (3.1.0)
docile (1.4.0)
equalizer (0.0.11)
erubi (1.10.0)
erubi (1.11.0)
execjs (2.8.1)
explicit-parameters (0.4.1)
actionpack (>= 6.0)
activemodel (>= 6.0)
virtus (~> 1.0)
faker (2.20.0)
i18n (>= 1.8.11, < 2)
faraday (1.10.0)
faraday (1.10.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -155,7 +155,7 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.4.0)
faraday-http-cache (2.4.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
libv8-node (~> 16.10.0.0)
minitest (5.16.2)
mocha (1.13.0)
msgpack (1.5.3)
msgpack (1.5.4)
multi_xml (0.6.0)
multipart-post (2.2.3)
mysql2 (0.5.3)
Expand All @@ -215,11 +215,11 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.7-arm64-darwin)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-darwin)
nokogiri (1.13.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.6)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -240,7 +240,7 @@ GEM
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
paquito (0.6.1)
paquito (0.7.0)
msgpack (>= 1.5.2)
parallel (1.21.0)
parser (3.1.1.0)
Expand Down Expand Up @@ -352,12 +352,12 @@ GEM
state_machines-activerecord (0.8.0)
activerecord (>= 5.1)
state_machines-activemodel (>= 0.8.0)
strscan (3.0.3)
strscan (3.0.4)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.11)
timeout (0.3.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
validate_url (1.0.15)
Expand Down
2 changes: 1 addition & 1 deletion lib/shipit/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Shipit
VERSION = '0.36.1'
VERSION = '0.37.0'
end

0 comments on commit 01eb91c

Please sign in to comment.