From 71ebf79a5cde4058e1e8620bc8ed6aa8a0ba0171 Mon Sep 17 00:00:00 2001 From: William Chen Date: Tue, 5 Jan 2021 09:05:05 -0500 Subject: [PATCH] Raise version number to v0.2.2 --- NEWS.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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