Skip to content

Commit 329466c

Browse files
author
per
committed
release csv 2.2.2
1 parent 2aa39e3 commit 329466c

2 files changed

Lines changed: 4 additions & 599 deletions

File tree

matrix-csv/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ a CSV file in the format of choice.
66

77
To use it in your project, add the following dependencies to your code
88
```groovy
9-
implementation 'se.alipsa.matrix:matrix-core:3.5.0'
10-
implementation 'se.alipsa.matrix:matrix-csv:2.2.1'
9+
implementation 'se.alipsa.matrix:matrix-core:3.6.0'
10+
implementation 'se.alipsa.matrix:matrix-csv:2.2.2'
1111
```
1212

1313
## Import a CSV file into a Matrix
@@ -84,11 +84,5 @@ exportToCsv() takes a File or a Writer as output parameter.
8484

8585

8686
# Release version compatibility matrix
87-
The following table illustrates the version compatibility of the matrix-csv and matrix core
88-
89-
| Matrix csv | Matrix core |
90-
|---------------:|---------------:|
91-
| 1.0.0 | 1.2.3 -> 1.2.4 |
92-
| 1.0.1 | 2.0.0 -> 2.1.1 |
93-
| 1.1.0 | 2.2.0 |
94-
| 2.0.0 -> 2.2.0 | 2.2.0 -> 3.4.0 |
87+
See the [Matrix BOM](https://mvnrepository.com/artifact/se.alipsa.matrix/matrix-bom) for the recommended combinations of matrix library versions.
88+

0 commit comments

Comments
 (0)