From 2931451ccaccd28d7b871ddb4f8c3d5fdd13bcd4 Mon Sep 17 00:00:00 2001 From: hdamker-bot Date: Fri, 12 Dec 2025 17:04:53 +0000 Subject: [PATCH 1/2] [bulk] Sync Release Information section (2025-12-12-001) --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 09bf73d..69d0c63 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,25 @@ Sandbox API Repository to describe, develop, document, and test the PredictiveCo * Started: April 2025 + + + ## Release Information -**Version Control Notice:** This project undergoes active development with frequent updates to the main branch. No backward compatibility is guaranteed for any code in development branches, including main, until an official release is published. Code changes, including potential reversions, may occur between commits. We recommend using the latest official release version. +> [!NOTE] +> Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. -The **NEW** latest public release of Predictive Connectivity Data is [r1.2](https://github.com/camaraproject/PredictiveConnectivityData/releases/tag/r1.2) and contains version 0.1.0. -- [[YAML]](https://github.com/camaraproject/PredictiveConnectivityData/blob/r1.2/code/API_definitions/predictive-connectivity-data.yaml) -- [[View it on ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PredictiveConnectivityData/r1.2/code/API_definitions/predictive-connectivity-data.yaml&nocors) -- [[View it on Swagger Editor]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/PredictiveConnectivityData/r1.2/code/API_definitions/predictive-connectivity-data.yaml) - - - - -Other releases of this repository are available [here](https://github.com/camaraproject/PredictiveConnectivityData/releases) +* **NEW**: The latest public release is [r1.2](https://github.com/camaraproject/PredictiveConnectivityData/releases/tag/r1.2) (Fall25), with the following API versions: + * **predictive-connectivity-data v0.1.0** + [[YAML]](https://github.com/camaraproject/PredictiveConnectivityData/blob/r1.2/code/API_definitions/predictive-connectivity-data.yaml) + [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/PredictiveConnectivityData/r1.2/code/API_definitions/predictive-connectivity-data.yaml&nocors) + [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/PredictiveConnectivityData/r1.2/code/API_definitions/predictive-connectivity-data.yaml) +* The latest public release is always available here: https://github.com/camaraproject/PredictiveConnectivityData/releases/latest +* Other releases of this repository are available in https://github.com/camaraproject/PredictiveConnectivityData/releases +* For changes see [CHANGELOG.md](https://github.com/camaraproject/PredictiveConnectivityData/blob/main/CHANGELOG.md) -For changes see [CHANGELOG.md](https://github.com/camaraproject/PredictiveConnectivityData/blob/main/CHANGELOG.md) +_The above section is automatically synchronized by CAMARA project-administration._ + ## Contributing From 52a80ba01e5345becf26ad4c88d735beb6e14940 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:20:37 +0100 Subject: [PATCH 2/2] Fix header comment wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d0c63..3bb0fad 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Sandbox API Repository to describe, develop, document, and test the PredictiveCo - + ## Release Information