We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40e396 commit 68e518fCopy full SHA for 68e518f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# [unreleased]
2
3
+# 0.1.8
4
+
5
+* Update the documentation to use the macros introduced in 0.1.6.
6
7
# 0.1.7
8
9
* Fix building without the `std` feature
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.1.7"
+version = "0.1.8"
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
edition = "2018"
license = "MIT"
0 commit comments