Skip to content

Commit

Permalink
Release 2024.1 (#519)
Browse files Browse the repository at this point in the history
* Update libocpp to 0.9.7
* Update libevse-security to 0.4.2
* Bump version to 2024.1.0

---------

Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass authored Jan 31, 2024
1 parent 76f6671 commit 0ef3047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 2023.12.0
VERSION 2024.1.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 @@ -41,7 +41,7 @@ libcurl:
# OCPP
libocpp:
git: https://github.com/EVerest/libocpp.git
git_tag: 84b604a
git_tag: v0.9.7
# Josev
Josev:
git: https://github.com/EVerest/ext-switchev-iso15118.git
Expand All @@ -66,4 +66,4 @@ 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: 1604c8b
git_tag: v0.4.2

0 comments on commit 0ef3047

Please sign in to comment.