From 470d46e96437829c67f9bc0f46cd11c06dd07f03 Mon Sep 17 00:00:00 2001 From: FelizCoder <102613721+FelizCoder@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:55:56 +0200 Subject: [PATCH] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ openapi/openapi.json | 22 +++++++++++----------- version.txt | 2 +- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8eb9326..ef19757 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.1"} +{".":"1.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 054800d..cdf8c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/FelizCoder/crewstand.backend/compare/v1.4.1...v1.5.0) (2025-04-23) + + +### Features + +* **missions:** Enhance mission handling with classification and websockets ([7f0b7b9](https://github.com/FelizCoder/crewstand.backend/commit/7f0b7b9b033c73f4f75e82b803ff368b44f76850)), closes [#85](https://github.com/FelizCoder/crewstand.backend/issues/85) + ## [1.4.1](https://github.com/FelizCoder/crewstand.backend/compare/v1.4.0...v1.4.1) (2025-04-09) diff --git a/openapi/openapi.json b/openapi/openapi.json index 865fb7b..52dc4cb 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "swn crew backend", - "version": "1.4.1" + "version": "1.5.0" }, "paths": { "/v1/actuators/": { @@ -1014,7 +1014,7 @@ "properties": { "valve_id": { "type": "integer", - "minimum": -1.0, + "minimum": -1, "title": "Valve Id", "description": "ID of the valve to steer", "examples": [ @@ -1058,7 +1058,7 @@ "anyOf": [ { "type": "integer", - "minimum": 1.0 + "minimum": 1 }, { "type": "null" @@ -1126,7 +1126,7 @@ }, "id": { "type": "integer", - "minimum": 0.0, + "minimum": 0, "title": "Id", "examples": [ 0, @@ -1178,7 +1178,7 @@ }, "id": { "type": "integer", - "minimum": -1.0, + "minimum": -1, "title": "Id", "examples": [ 0, @@ -1188,8 +1188,8 @@ }, "state": { "type": "number", - "maximum": 100.0, - "minimum": 0.0, + "maximum": 100, + "minimum": 0, "title": "State" }, "current_position": { @@ -1225,7 +1225,7 @@ }, "id": { "type": "integer", - "minimum": -1.0, + "minimum": -1, "title": "Id", "examples": [ 0, @@ -1267,14 +1267,14 @@ "title": "Unit", "examples": [ "l/min", - "\u00b0C", + "°C", "bar", "V" ] }, "id": { "type": "integer", - "minimum": 0.0, + "minimum": 0, "title": "Id", "examples": [ 0, @@ -1364,7 +1364,7 @@ }, "id": { "type": "integer", - "minimum": -1.0, + "minimum": -1, "title": "Id", "examples": [ 0, diff --git a/version.txt b/version.txt index 347f583..bc80560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.1 +1.5.0