diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf6ed5..bbd04a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.1.3 + * Add conversions to / from 128 bit integer types # 0.1.2 diff --git a/Cargo.toml b/Cargo.toml index 4496b54..213076b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "js_int" description = "JavaScript-interoperable integer types" -version = "0.1.2" +version = "0.1.3" authors = ["Jonas Platte "] edition = "2018" license = "MIT"