Skip to content

Commit 68e518f

Browse files
committed
Bump version
1 parent b40e396 commit 68e518f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [unreleased]
22

3+
# 0.1.8
4+
5+
* Update the documentation to use the macros introduced in 0.1.6.
6+
37
# 0.1.7
48

59
* Fix building without the `std` feature

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "js_int"
33
description = "JavaScript-interoperable integer types"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)