From: Jérôme Benoit Date: Sun, 5 Apr 2026 15:57:05 +0000 (+0200) Subject: chore: release main (#1773) X-Git-Tag: ocpp-server@v4.3.1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5c180a77d071b379a464f442c08bbca0e64b0a6f;p=e-mobility-charging-stations-simulator.git chore: release main (#1773) * chore: release main * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e7073a86..60c856da 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "4.3.0", - "ui/web": "4.3.0", - "tests/ocpp-server": "4.3.0" + ".": "4.3.1", + "ui/web": "4.3.1", + "tests/ocpp-server": "4.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bd41cb..023f0902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.3.0...simulator@v4.3.1) (2026-04-05) + +### 🐞 Bug Fixes + +- **ocpp:** check connector availability in RemoteStartTransaction auto-selection ([#1774](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1774)) ([2249b13](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/2249b13016a22022a2e0b0838d7ba01fa53ecf7c)) + +### 🧪 Tests + +- harmonize RemoteStartTransaction tests across OCPP stacks ([eada3ac](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/eada3ac236a9df54ae6d62d67eafd74c61ea1756)) + +### 📚 Documentation + +- restructure memories for logical coherence ([163e341](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/163e341a7fc456922032b6a6be16b34a2b28bf03)) + ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v4.2.0...simulator@v4.3.0) (2026-04-04) ### 🚀 Features diff --git a/package.json b/package.json index f7048007..e5cf50c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "4.3.0", + "version": "4.3.1", "engines": { "node": ">=22.0.0", "pnpm": ">=10.9.0" diff --git a/sonar-project.properties b/sonar-project.properties index 9a3ae797..2bd63dbc 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator # x-release-please-start-version -sonar.projectVersion=4.3.0 +sonar.projectVersion=4.3.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/tests/ocpp-server/CHANGELOG.md b/tests/ocpp-server/CHANGELOG.md index 3517faae..79519d91 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.3.0...ocpp-server@v4.3.1) (2026-04-05) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v4.2.0...ocpp-server@v4.3.0) (2026-04-04) ### 🐞 Bug Fixes diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index f49da3d9..474c8054 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocpp-server" -version = "4.3.0" +version = "4.3.1" description = "OCPP2 mock server" authors = [{ name = "Jérôme Benoit", email = "jerome.benoit@sap.com" }] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index ffd3031b..065cc20b 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.3.1](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.3.0...webui@v4.3.1) (2026-04-05) + +### 🧹 Chores + +- **webui:** Synchronize simulator-ui-ocpp-server versions + ## [4.3.0](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v4.2.0...webui@v4.3.0) (2026-04-04) ### 🚀 Features diff --git a/ui/web/package.json b/ui/web/package.json index ff9c558a..766b0ee1 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "4.3.0", + "version": "4.3.1", "readme": "README.md", "engines": { "node": ">=22.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 8fa7ac19..5d9e9932 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui # x-release-please-start-version -sonar.projectVersion=4.3.0 +sonar.projectVersion=4.3.1 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.