Skip to content

Commit e6d2aca

Browse files
committed
Bump version to 0.1.2, update CHANGELOG.md
1 parent 5f75674 commit e6d2aca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.2
2+
3+
* Implement `std::iter::Sum` and `std::iter::Product` for `Int` and `UInt`
4+
* Mention JavaScript's propsed BigInt type in documentation
5+
16
# 0.1.1
27

38
* Add doctests for every inherent method of `Int` and `UInt`

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.1"
4+
version = "0.1.2"
55
authors = ["Jonas Platte <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)