]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: release main (#1453)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 3 Jul 2025 12:51:49 +0000 (14:51 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 12:51:49 +0000 (14:51 +0200)
* chore: release main

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
package.json
sonar-project.properties
tests/ocpp-server/CHANGELOG.md
tests/ocpp-server/pyproject.toml
ui/web/CHANGELOG.md
ui/web/package.json
ui/web/sonar-project.properties

index 42d2be3c7d86dd6cd45e557fcaafaf2df6d3f1bb..bf09dec58d8b99aacb869297ff8e878230d9de85 100644 (file)
@@ -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"
 }
index 9cbc82c57d06350bf21dfd2cf8fd21c25a1d146d..3ca76f84c22739089fc31ab7e956f6cd94ea0470 100644 (file)
@@ -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
index 6de00eb93d92f5f5fad9d0e83408d6bdf9f8cfd4..c03b9387e0b4df434ea68f6a15cc75bdb6f4e708 100644 (file)
@@ -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"
index 913354fd013e74c067eb14f3d812bd9f49a5183a..9959d1cee1d3190b0635c882f666c6f8fe9b1dbe 100644 (file)
@@ -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.
index 32e5fd667ce12ed6492167b9335c0ab69e045b37..ee01d703ed6c07b910653b330ffa17f354c1e754 100644 (file)
@@ -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
index 84b79eecbca9173375e41166e80ed54f4d736806..72652f1de7eb175cd4d12d0d2ea2298f7662b5d3 100644 (file)
@@ -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 <jerome.benoit@sap.com>"]
 readme = "README.md"
index e12789d5914c23db3e8722e0eb2370a8f57e80b9..d350874ea262c4164fd8a567ddb384e11c7d5337 100644 (file)
@@ -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
index f036514663446ea671c77796fca29e8426096788..8a2d807d72b067950c38d881342a8334ec736104 100644 (file)
@@ -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",
index c2d5653602cba59e117b5715909489dd09f56802..34fc52457787de6f4b5f7aadbff59df0efd07d04 100644 (file)
@@ -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.