Skip to content

Commit 0fd01e2

Browse files
committed
Bump version
1 parent 571d447 commit 0fd01e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
# 0.1.5
4+
35
* Introduce `Int::MIN`, `Int::MAX`, `UInt::MIN`, `UInt::MAX` and deprecate `const fn min_value` and
46
`const fn max_value`s.
57

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

0 commit comments

Comments
 (0)