Skip to content

Commit

Permalink
Release 2024.2.0 (#562)
Browse files Browse the repository at this point in the history
* Release 2024.2.0

Update dependencies on everest-framework, libmodbus, libocpp, libevse-security

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>

* Fix error test

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>

---------

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Feb 25, 2024
1 parent fc986b9 commit 3970ee3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "test_error_handlingImpl.hpp"

#include <fmt/format.h>
#include <utils/error_json.hpp>
#include <utils/error/error_json.hpp>

namespace module {
namespace main {
Expand Down

0 comments on commit 3970ee3

Please sign in to comment.