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.
1 parent 6c5aad3 commit 65e71f5Copy full SHA for 65e71f5
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.42.0
4
+
5
* Allow explicit configuration of rollback variables (#1432)
6
7
# 0.41.1
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipit-engine (0.41.1)
+ shipit-engine (0.42.0)
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.1'
+ VERSION = '0.42.0'
end
0 commit comments