From 9c8963210bd88621efe0127c7e2d7bda684e1a8c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 19 Jun 2020 01:17:52 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1130240..7563cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [unreleased] +# 0.1.7 + +* Fix building without the `std` feature + # 0.1.6 * Introduce `int!` and `uint!` macros as shorthand for `Int::from(Ni32)` and `UInt::from(Nu32)` diff --git a/Cargo.toml b/Cargo.toml index 0919b38..50177a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "js_int" description = "JavaScript-interoperable integer types" -version = "0.1.6" +version = "0.1.7" authors = ["Jonas Platte "] edition = "2018" license = "MIT"