Commit 268dc23c authored by fbourgin's avatar fbourgin
Browse files

update release date for v0.1.2

1 merge request!3release v0.1.2.0
Pipeline #53068 passed with stage
in 4 minutes and 45 seconds
Showing with 12 additions and 3 deletions
+12 -3
......@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
project(
EvalHyd-CLI
LANGUAGES CXX
VERSION 0.1.1.0
VERSION 0.1.2.0
DESCRIPTION "Command line interface for EvalHyd"
)
......@@ -14,14 +14,14 @@ project(
find_package(xtl 0.7.5 REQUIRED)
message(STATUS "Found xtl: ${xtensor_INCLUDE_DIRS}/xtl")
find_package(xtensor 0.24.6 REQUIRED)
find_package(xtensor 0.24.7 REQUIRED)
message(STATUS "Found xtensor: ${xtensor_INCLUDE_DIRS}/xtensor")
if(DEFINED EVALHYD_SRC)
set(EVALHYD_BUILD_TEST OFF CACHE BOOL "configure and compile tests")
add_subdirectory(${EVALHYD_SRC} deps/evalhyd-cpp)
else()
find_package(EvalHyd 0.1.1 REQUIRED)
find_package(EvalHyd 0.1.2 REQUIRED)
message(STATUS "Found EvalHyd: ${EvalHyd_INCLUDE_DIRS}/evalhyd")
endif()
......
......@@ -6,6 +6,15 @@
Yet to be versioned and released. Only available from *dev* branch until then.
v0.1.2.0
--------
Released on 2024-01-22.
.. rubric:: Dependency changes
* move to `evalhyd-cpp==0.1.2`
(`see changelog <https://hydrogr.github.io/evalhyd/cpp/changelog.html#v0-1-2>`_)
v0.1.1.0
--------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment