From 3ab13ce3ff71106e04a1160de11add5f9eaec2d2 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:08:52 +0100 Subject: [PATCH 1/2] Update release information in README.md https://github.com/camaraproject/IoTNetworkOptimization/issues/36 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef1af2a..f7bd526 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,14 @@ Sandbox API Repository to describe, develop, document, and test the IoTNetworkOp ## Release Information -The repository has no (pre)releases yet, work in progress is within the main branch. - - - - - +* 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**. + +* `NEW`: The latest public release is [r1.0](https://github.com/camaraproject/IoTNetworkOptimization/releases/tag/r1.1) with iot-network-optimization v0.1.0 is available. + * version v0.1.0 of the **API iot-network-optimization** - available [here](https://github.com/camaraproject/IoTNetworkOptimization/tree/r1.1) + * API definitions **with inline documentation**: + * OpenAPI [YAML](https://github.com/camaraproject/IoTNetworkOptimizationn/blob/r1.1/code/API_definitions/iot-network-optimization.yaml) + * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/IoTNetworkOptimization/refs/tags/r1.1/code/API_definitions/iot-network-optimization.yaml&nocors) + * [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/IoTNetworkOptimization/refs/tags/r1.1/code/API_definitions/iot-network-optimization.yaml) ## Contributing From 4872889fb4ac0c42e62f0aea182c9373c83e48d9 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:11:45 +0100 Subject: [PATCH 2/2] revert --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f7bd526..ef1af2a 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,12 @@ Sandbox API Repository to describe, develop, document, and test the IoTNetworkOp ## Release Information -* 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**. - -* `NEW`: The latest public release is [r1.0](https://github.com/camaraproject/IoTNetworkOptimization/releases/tag/r1.1) with iot-network-optimization v0.1.0 is available. - * version v0.1.0 of the **API iot-network-optimization** - available [here](https://github.com/camaraproject/IoTNetworkOptimization/tree/r1.1) - * API definitions **with inline documentation**: - * OpenAPI [YAML](https://github.com/camaraproject/IoTNetworkOptimizationn/blob/r1.1/code/API_definitions/iot-network-optimization.yaml) - * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/IoTNetworkOptimization/refs/tags/r1.1/code/API_definitions/iot-network-optimization.yaml&nocors) - * [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/IoTNetworkOptimization/refs/tags/r1.1/code/API_definitions/iot-network-optimization.yaml) +The repository has no (pre)releases yet, work in progress is within the main branch. + + + + + ## Contributing