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 7ddfd24 commit 7ffc7b8Copy full SHA for 7ffc7b8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+# [0.4.2] - 2022-02-27
4
+
5
+- Fix "matrixeval init -t ruby" to use correct template
6
7
# [0.4.1] - 2022-02-27
8
9
- Fix a load_plugin issue
lib/matrixeval/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Matrixeval
- VERSION = "0.4.1"
+ VERSION = "0.4.2"
end
0 commit comments