diff --git a/DESCRIPTION b/DESCRIPTION index b32954834f9d93f38e59b98b63ce8efeb10f112e..a903eeb947f71496ab8e2d384bb5b98534fea243 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: evalhyd Type: Package Title: R Bindings for EvalHyd -Version: 0.1.1.0 -Date: 2023-06-16 +Version: 0.1.2.0 +Date: 2024-01-22 Authors@R: c( person("Thibault", "Hallouin", role = c("aut"), comment = c(ORCID = "0000-0003-0144-2989"), email = "thibault.hallouin@inrae.fr"), person("François", "Bourgin", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2820-7260"), email = "francois.bourgin@inrae.fr") diff --git a/changelog.rst b/changelog.rst index 9d25f5a97e4654caf85d84ab7765ab1566209e09..8310ea2cad8882d23e31f3b1273db15eaf780355 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,6 +6,16 @@ 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 --------