From: Jérôme Benoit Date: Thu, 3 Jul 2025 12:51:49 +0000 (+0200) Subject: chore: release main (#1453) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=924a1898c37e4745eb45c61dbe8df4534a89ddca;p=e-mobility-charging-stations-simulator.git chore: release main (#1453) * 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 42d2be3c..bf09dec5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.9", - "ui/web": "2.0.9", - "tests/ocpp-server": "2.0.9" + ".": "2.0.10", + "ui/web": "2.0.10", + "tests/ocpp-server": "2.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbc82c5..3ca76f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.9...simulator@v2.0.10) (2025-07-03) + +### ⚡ Performance + +- speed up mean and median computation ([0c58e0c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/0c58e0c202eafd13fc96ea40b045e8ce9f119e52)) + +### ✨ Polish + +- cleanup empty data structure checks ([3cc104c](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/3cc104c22939ea5c126faf04543745f7773b5548)) +- cleanup statistics related namespace ([034962b](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/034962b82c0eb94cc3f1df604e95343ad4facc87)) +- handle empty string configuration file name ([c820074](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/c820074de27fab5f31b371c80614f0de6361b3f1)) + +### 🤖 Automation + +- **deps:** bump the regular group across 1 directory with 6 updates ([#1452](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1452)) ([b039a4f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b039a4fc9382aec82b63e48b126a47cb615f7dd4)) + ## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/simulator@v2.0.8...simulator@v2.0.9) (2025-06-27) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index 6de00eb9..c03b9387 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "2.0.9", + "version": "2.0.10", "engines": { "node": ">=20.11.0", "pnpm": ">=9.0.0" diff --git a/sonar-project.properties b/sonar-project.properties index 913354fd..9959d1ce 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=2.0.9 +sonar.projectVersion=2.0.10 # 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 32e5fd66..ee01d703 100644 --- a/tests/ocpp-server/CHANGELOG.md +++ b/tests/ocpp-server/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.9...ocpp-server@v2.0.10) (2025-07-03) + +### 🧹 Chores + +- **ocpp-server:** Synchronize simulator-ui-ocpp-server versions + ## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/ocpp-server@v2.0.8...ocpp-server@v2.0.9) (2025-06-27) ### 🤖 Automation diff --git a/tests/ocpp-server/pyproject.toml b/tests/ocpp-server/pyproject.toml index 84b79eec..72652f1d 100644 --- a/tests/ocpp-server/pyproject.toml +++ b/tests/ocpp-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp-server" -version = "2.0.9" +version = "2.0.10" description = "OCPP2 mock server" authors = ["Jérôme Benoit "] readme = "README.md" diff --git a/ui/web/CHANGELOG.md b/ui/web/CHANGELOG.md index e12789d5..d350874e 100644 --- a/ui/web/CHANGELOG.md +++ b/ui/web/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.10](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.9...webui@v2.0.10) (2025-07-03) + +### 🤖 Automation + +- **deps:** bump the regular group across 1 directory with 6 updates ([#1452](https://github.com/SAP/e-mobility-charging-stations-simulator/issues/1452)) ([b039a4f](https://github.com/SAP/e-mobility-charging-stations-simulator/commit/b039a4fc9382aec82b63e48b126a47cb615f7dd4)) + ## [2.0.9](https://github.com/SAP/e-mobility-charging-stations-simulator/compare/webui@v2.0.8...webui@v2.0.9) (2025-06-27) ### 🤖 Automation diff --git a/ui/web/package.json b/ui/web/package.json index f0365146..8a2d807d 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "2.0.9", + "version": "2.0.10", "readme": "README.md", "engines": { "node": ">=20.0.0", diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index c2d56536..34fc5245 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=2.0.9 +sonar.projectVersion=2.0.10 # x-release-please-end # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.