diff --git a/NEWS.md b/NEWS.md index fab8e6d..c2096d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# ModelConstructors.jl v0.2.2 +- Try to convert types to match rather than throwing a `MethodError` immediately + when calling `parameter`. + # ModelConstructors.jl v0.2.1 - Raise compat bounds for some packages diff --git a/Project.toml b/Project.toml index dbbd327..c38e692 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelConstructors" uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d" authors = ["William Chen ", "Shlok Goyal ", "Alissa Johnson