Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 23, 2022
1 parent fdb60ca commit cc8e1a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.2

* Consider negative values in saturating add / sub
* `impl TryFrom<UInt> for iN` for N = [8, 16, 32]
* `impl TryFrom<Int> for uN` for N = [8, 16, 32]
* Fix lax_deserialize accepting NaN
* Support deserializing floats without fractional component
* Add `usize` and `isize` `TryFrom` implementations

# 0.2.1

* Update crate metadata
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.2.1"
version = "0.2.2"
authors = ["Jonas Platte <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit cc8e1a0

Please sign in to comment.