Skip to content

Commit

Permalink
Update version and compatibility for the release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuhui committed May 21, 2024
1 parent 96a8bc8 commit 2e91f03
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/versioning-and-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ The C client uses Semantic Versioning. We increment the major version number whe

## Compatibility

| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
| 0.1.0 || - | - | x | x | x | x | x | x | x | x | x | x |
| 0.2.0 | + | + | + | + | + || - | - | x | x | x | x | x |
| 0.3.0 | + | + | + | + | + | + || - | - | x | x | x | x |
| 0.4.0 | + | + | + | + | + | + | + || - | - | x | x | x |
| 0.5.0 | + | + | + | + | + | + | + | + || - | - | x | x |
| 0.6.0 | + | + | + | + | + | + | + | + | + || - | - | x |
| 0.7.0 | + | + | + | + | + | + | + | + | + | + || - | - |
| 0.8.0 | + | + | + | + | + | + | + | + | + | + | + || - |
| 0.9.0 | + | + | + | + | + | + | + | + | + | + | + | + ||
| HEAD | + | + | + | + | + | + | + | + | + | + | + | + ||
| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
| 0.1.0 || - | - | x | x | x | x | x | x | x | x | x | x | x |
| 0.2.0 | + | + | + | + | + || - | - | x | x | x | x | x | x |
| 0.3.0 | + | + | + | + | + | + || - | - | x | x | x | x | x |
| 0.4.0 | + | + | + | + | + | + | + || - | - | x | x | x | x |
| 0.5.0 | + | + | + | + | + | + | + | + || - | - | x | x | x |
| 0.6.0 | + | + | + | + | + | + | + | + | + || - | - | x | x |
| 0.7.0 | + | + | + | + | + | + | + | + | + | + || - | - | x |
| 0.8.0 | + | + | + | + | + | + | + | + | + | + | + || - | - |
| 0.9.0 | + | + | + | + | + | + | + | + | + | + | + | + || - |
| 0.10.0 | + | + | + | + | + | + | + | + | + | + | + | + | + ||
| HEAD | + | + | + | + | + | + | + | + | + | + | + | + | + ||

Key:

Expand Down

0 comments on commit 2e91f03

Please sign in to comment.