Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jun 18, 2020
1 parent d6f6dab commit 9c89632
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [unreleased]

# 0.1.7

* Fix building without the `std` feature

# 0.1.6

* Introduce `int!` and `uint!` macros as shorthand for `Int::from(Ni32)` and `UInt::from(Nu32)`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
version = "0.1.6"
version = "0.1.7"
authors = ["Jonas Platte <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 9c89632

Please sign in to comment.