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 ec9d473 commit ac60ea7Copy full SHA for ac60ea7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.42.1
4
+
5
+* Fix unbounded memory usage in RefreshCheckRunsJob(#1436)
6
7
# 0.42.0
8
9
* Allow explicit configuration of rollback variables (#1432)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipit-engine (0.42.0)
+ shipit-engine (0.42.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.42.0'
+ VERSION = '0.42.1'
end
0 commit comments