Skip to content

Commit fcf44bd

Browse files
Update supported versions (#445)
1 parent d351ba2 commit fcf44bd

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ This project contains the official Go driver for the [ArangoDB database](https:/
1515

1616
# Supported Go Versions
1717

18-
| | Go 1.13 | Go 1.14 | Go 1.16 |
19-
|---------------|---------|---------|---------|
20-
| `1.0.0-1.3.0` ||||
21-
| `master` ||||
18+
| | Go 1.13 | Go 1.14 | Go 1.16 | Go 1.17 |
19+
|---------------|---------|---------|---------|---------|
20+
| `1.0.0-1.4.0` | ||||
21+
| `master` |||||
2222

2323
# Supported Versions
2424

25-
| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 |
26-
|----------|----------------|--------------|--------------|--------------|--------------|
27-
| `1.0.0` ||| - | - | - |
28-
| `1.1.0` | + | + || - | - |
29-
| `1.2.1` | + | + ||| - |
30-
| `1.3.0` | + | + ||||
31-
| `master` | + | + | + | + | + |
25+
| | < ArangoDB 3.6 | ArangoDB 3.6 | ArangoDB 3.7 | ArangoDB 3.8 | ArangoDB 3.9 | ArangoDB 3.10 |
26+
|----------|----------------|--------------|--------------|--------------|--------------|---------------|
27+
| `1.0.0` ||| - | - | - | - |
28+
| `1.1.0` | + | + || - | - | - |
29+
| `1.2.1` | + | + ||| - | - |
30+
| `1.3.0` | + | + |||| - |
31+
| `1.4.0` | + | + |||||
32+
| `master` | + | + | + | + | + | + |
3233

3334
Key:
3435

0 commit comments

Comments
 (0)