Skip to content

Commit 2d3abfb

Browse files
committed
Bump to 0.4.3
1 parent bff51ca commit 2d3abfb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
# [0.4.3] - 2022-02-27
4+
5+
- Remove network after each job
6+
37
# [0.4.2] - 2022-02-27
48

59
- Fix "matrixeval init -t ruby" to use correct template

lib/matrixeval/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Matrixeval
4-
VERSION = "0.4.2"
4+
VERSION = "0.4.3"
55
end

0 commit comments

Comments
 (0)