Skip to content

Commit

Permalink
Update version to 2024.5.0 (#689)
Browse files Browse the repository at this point in the history
* Update version to 2024.5.0
* Bump dependencies of libocpp and libevse-security to recent tags

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Jun 3, 2024
1 parent 498478a commit 1f9433d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.4.0
VERSION 2024.5.0
DESCRIPTION "The open operating system for e-mobility charging stations"
LANGUAGES CXX C
)
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ libcurl:
# and would otherwise be overwritten by the version used there
libevse-security:
git: https://github.com/EVerest/libevse-security.git
git_tag: 4330ce2e28e25535dd01558edb2331891c146769
git_tag: v0.7.0
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY"

# OCPP
libocpp:
git: https://github.com/EVerest/libocpp.git
git_tag: 6c2cdead9bdc288f6998ca1a5e6292514f3a41c9
git_tag: v0.12.0
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP"
# Josev
Josev:
Expand Down
8 changes: 4 additions & 4 deletions third-party/bazel/deps_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ EVEREST_DEPS = struct(

# libevse-security
libevse_security_repo = "https://github.com/EVerest/libevse-security.git",
libevse_security_commit = "4330ce2e28e25535dd01558edb2331891c146769",
libevse_security_tag = None,
libevse_security_commit = None,
libevse_security_tag = "v0.7.0",

# libfsm
libfsm_repo = "https://github.com/EVerest/libfsm.git",
Expand All @@ -61,8 +61,8 @@ EVEREST_DEPS = struct(

# libocpp
libocpp_repo = "https://github.com/EVerest/libocpp.git",
libocpp_commit = "6c2cdead9bdc288f6998ca1a5e6292514f3a41c9",
libocpp_tag = None,
libocpp_commit = None,
libocpp_tag = "v0.12.0",

# libslac
libslac_repo = "https://github.com/EVerest/libslac.git",
Expand Down

0 comments on commit 1f9433d

Please sign in to comment.