Skip to content

Commit e21ce6c

Browse files
committed
Bump to 0.4.0
1 parent cd68bca commit e21ce6c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Or install it yourself as:
2828

2929
$ gem install matrixeval
3030

31+
### Plugins
32+
33+
If you plan to test ruby code, you can use [matrixeval-ruby](https://github.com/MatrixEval/matrixeval-ruby) directly.
34+
3135
## Usage
3236

3337
Initialize
@@ -50,7 +54,7 @@ Run `matrixeval --help` for more details
5054
Here is the configuration file `matrixeval.yml` which will auto created by `matrixeval init`
5155

5256
```yaml
53-
version: 0.3
57+
version: 0.4
5458
project_name: REPLACE_ME
5559
parallel_workers: number_of_processors
5660
# commands:
@@ -61,6 +65,7 @@ parallel_workers: number_of_processors
6165
# - /a/path/need/to/mount:/a/path/mount/to
6266
matrix:
6367
# YOUR_PROGRAMMING_LANGUAGE_NAME:
68+
# main: true
6469
# variants:
6570
# - key: LANGUAGE_VERSION_1
6671
# default: true

lib/matrixeval/templates/matrixeval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.3
1+
version: 0.4
22
project_name: REPLACE_ME
33
parallel_workers: number_of_processors
44
# commands:

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.2.0"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)