Skip to content

Commit 92aaa7f

Browse files
authored
Merge pull request #152 from ityuhui/yh-0.5.0-compatibility-0927
Update version and compatibility documentation for the release 0.5.0
2 parents 72692c7 + 863e472 commit 92aaa7f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/versioning-and-compatibility.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ The C client uses Semantic Versioning. We increment the major version number whe
66

77
## Compatibility
88

9-
| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 |
10-
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|
11-
| 0.1.0 || - | - | x | x | x | x | x |
12-
| 0.2.0 | + | + | + | + | + || - | - |
13-
| 0.3.0 | + | + | + | + | + | + || - |
14-
| 0.4.0 | + | + | + | + | + | + | + ||
15-
| HEAD | + | + | + | + | + | + | + ||
9+
| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 |
10+
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|----------|
11+
| 0.1.0 || - | - | x | x | x | x | x | x |
12+
| 0.2.0 | + | + | + | + | + || - | - | x |
13+
| 0.3.0 | + | + | + | + | + | + || - | - |
14+
| 0.4.0 | + | + | + | + | + | + | + || - |
15+
| 0.5.0 | + | + | + | + | + | + | + | + ||
16+
| HEAD | + | + | + | + | + | + | + | + ||
1617

1718

1819
Key:

0 commit comments

Comments
 (0)