diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fa512..8956a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.1.4 + * Allow deserialization of `Int`s and `UInt`s from non-self-describing formats # 0.1.3 diff --git a/Cargo.toml b/Cargo.toml index 213076b..8500cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "js_int" description = "JavaScript-interoperable integer types" -version = "0.1.3" +version = "0.1.4" authors = ["Jonas Platte "] edition = "2018" license = "MIT"