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 af677f9 commit 5f2ecf5Copy full SHA for 5f2ecf5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Unreleased
2
3
+# 0.42.2
4
+* Move git ask pass to env config for improved local development (##1441)
5
+
6
# 0.42.1
7
8
* Fix unbounded memory usage in RefreshCheckRunsJob(#1436)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipit-engine (0.42.1)
+ shipit-engine (0.42.2)
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.42.1'
+ VERSION = '0.42.2'
end
0 commit comments