diff --git a/HISTORY.md b/HISTORY.md index b294356..45b288d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +v0.4.3 (2021-10-22) +------------------- +* Add dependencies compat versions +* Register package + v0.4.2 (2021-10-22) ------------------- * Minimal compatibility set to julia 1.3 (because of Tulip.jl>=0.8) diff --git a/Project.toml b/Project.toml index 1fab93b..6efcdcb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RobustModels" uuid = "d6ea1423-9682-4bbd-952f-b1577cbf8c98" authors = ["bertrand "] -version = "0.4.2" +version = "0.4.3" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"