We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5f5b8e + 2655ed4 commit 85442aaCopy full SHA for 85442aa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.41.1
4
+
5
+* Fix commit statuses (#1424)
6
7
# 0.41.0
8
9
* Display banner with optional/default message when deployment checks are triggered (#1422)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipit-engine (0.41.0)
+ shipit-engine (0.41.1)
active_model_serializers (~> 0.9.3)
ansi_stream (~> 0.0.6)
autoprefixer-rails (~> 6.4.1)
lib/shipit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Shipit
- VERSION = '0.41.0'
+ VERSION = '0.41.1'
end
0 commit comments