We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da8d1d commit ed4ab89Copy full SHA for ed4ab89
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# [unreleased]
2
3
+# 0.1.6
4
+
5
* Introduce `int!` and `uint!` macros as shorthand for `Int::from(Ni32)` and `UInt::from(Nu32)`
6
7
# 0.1.5
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.1.5"
+version = "0.1.6"
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
edition = "2018"
license = "MIT"
0 commit comments