Skip to content

Commit 71ebf79

Browse files
committed
Raise version number to v0.2.2
1 parent 4a94533 commit 71ebf79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ModelConstructors.jl v0.2.2
2+
- Try to convert types to match rather than throwing a `MethodError` immediately
3+
when calling `parameter`.
4+
15
# ModelConstructors.jl v0.2.1
26
- Raise compat bounds for some packages
37

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelConstructors"
22
uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d"
33
authors = ["William Chen <william.chen@ny.frb.org>", "Shlok Goyal <shlok.goyal@ny.frb.org>", "Alissa Johnson <alissa.johnson@ny.rb.org"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)