Skip to content

Commit 3733e6b

Browse files
committed
Bump version
1 parent e81a27e commit 3733e6b

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.4
4+
35
* Allow deserialization of `Int`s and `UInt`s from non-self-describing formats
46

57
# 0.1.3

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

0 commit comments

Comments
 (0)