From 4c7b9f5f15a8adce2a38113926c09fe8ba486b21 Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Tue, 6 Aug 2024 17:06:56 +0200 Subject: [PATCH] Release 2024.7.0 (#817) * Bump version of everest-core to 2024.7.0 * Bump libevse-security and libocpp versions --------- Signed-off-by: Kai-Uwe Hermann --- CMakeLists.txt | 2 +- dependencies.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25f7597b1..bb967f9e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14.7) project(everest-core - VERSION 2024.6.0 + VERSION 2024.7.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index 8b68e27b9..b034c04b6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -54,13 +54,13 @@ libcurl: # and would otherwise be overwritten by the version used there libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: aec383634d4def547ea4e8a5743576b697ea9987 + git_tag: v0.8.0 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY" # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: aab1d5785bde141203b1a89b03d66fa91edf8093 + git_tag: v0.15.0 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: