From 3970ee3d85cad194e4efd52de7f84bc3b13503be Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Sun, 25 Feb 2024 17:24:15 +0100 Subject: [PATCH] Release 2024.2.0 (#562) * Release 2024.2.0 Update dependencies on everest-framework, libmodbus, libocpp, libevse-security Signed-off-by: Kai-Uwe Hermann * Fix error test Signed-off-by: Kai-Uwe Hermann --------- Signed-off-by: Kai-Uwe Hermann --- CMakeLists.txt | 2 +- dependencies.yaml | 8 ++++---- .../TestErrorHandling/main/test_error_handlingImpl.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ee4c37b4..1be52f7b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14.7) project(everest-core - VERSION 2024.1.0 + VERSION 2024.2.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index a8a53a076..61b93e13d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -1,7 +1,7 @@ --- everest-framework: git: https://github.com/EVerest/everest-framework.git - git_tag: v0.9.0 + git_tag: v0.10.1 options: ["BUILD_TESTING OFF"] sigslot: git: https://github.com/palacaze/sigslot @@ -12,7 +12,7 @@ sigslot: - "SIGSLOT_COMPILE_TESTS OFF" libmodbus: git: https://github.com/EVerest/libmodbus.git - git_tag: v0.3.0 + git_tag: v0.3.1 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBMODBUS" libsunspec: git: https://github.com/EVerest/libsunspec.git @@ -49,7 +49,7 @@ libcurl: # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: c9827c5 + git_tag: v0.9.8 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: @@ -79,7 +79,7 @@ everest-utils: # setting it here can be misleading since it does not affect the version being used libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: 69410a8 + git_tag: v0.4.3 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY" # unit testing gtest: diff --git a/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp b/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp index dc63bfdeb..ef8287a79 100644 --- a/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp +++ b/tests/everest-core_tests/modules/TestErrorHandling/main/test_error_handlingImpl.cpp @@ -4,7 +4,7 @@ #include "test_error_handlingImpl.hpp" #include -#include +#include namespace module { namespace main {