Update versions after regeneration

This commit is contained in:
Hui Yu
2022-04-12 21:19:56 +08:00
parent 978e673a64
commit 50b553f732
2 changed files with 7 additions and 6 deletions

View File

@@ -6,10 +6,11 @@ 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 |
|------------------|-----------|----------|----------|----------|----------|----------|
| 0.1.0 | ✓ | - | - | x | x | x |
| HEAD | + | + | + | + | + | ✓ |
| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 |
|------------------|-----------|----------|----------|----------|----------|----------|----------|
| 0.1.0 | ✓ | - | - | x | x | x | x |
| 0.2.0 | + | + | + | + | + | ✓ | - |
| HEAD | + | + | + | + | + | + | ✓ |
Key:

View File

@@ -1,6 +1,6 @@
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 0)
set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION_MINOR 3)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_PACKAGE_DESCRIPTION_SUMMARY "The Kubernetes client library for the C programming language.")
set(PROJECT_PACKAGE_VENDOR "https://github.com/kubernetes-client")