Skip to content

Commit ed4ab89

Browse files
committed
Bump version
1 parent 0da8d1d commit ed4ab89

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [unreleased]
22

3+
# 0.1.6
4+
35
* Introduce `int!` and `uint!` macros as shorthand for `Int::from(Ni32)` and `UInt::from(Nu32)`
46

57
# 0.1.5

Cargo.toml

+1-1
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.5"
4+
version = "0.1.6"
55
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)