Skip to content

Commit a0d5560

Browse files
committed
Prepare 0.8.3 release
1 parent 1f17462 commit a0d5560

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.8.3
4+
5+
* Fix `no_std` builds
6+
37
## Version 0.8.2
48

59
* Use custom serde trait implementations

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twofloat"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Andrew Tribick", "Individual contributors"]
55
keywords = ["float", "precision", "numerics", "floating-point", "arithmetic"]
66
categories = ["algorithms", "mathematics", "science"]

0 commit comments

Comments
 (0)