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 bff51ca commit 2d3abfbCopy full SHA for 2d3abfb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+# [0.4.3] - 2022-02-27
4
+
5
+- Remove network after each job
6
7
# [0.4.2] - 2022-02-27
8
9
- Fix "matrixeval init -t ruby" to use correct template
lib/matrixeval/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Matrixeval
- VERSION = "0.4.2"
+ VERSION = "0.4.3"
end
0 commit comments