Skip to content

Commit 9ee8496

Browse files
committed
This is v0.2.0
1 parent ec11744 commit 9ee8496

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0 (unreleased)
1+
## 0.2.0
22

33
- Fixed an edge case where long decimals with trailing zeros were truncated.
44
- Minor micro-optimization fixes in the fast path parser.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-float"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
repository = "https://github.com/aldanor/fast-float-rust"
66
documentation = "https://docs.rs/fast-float"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This crate provides a super-fast decimal number parser from strings into floats.
1212

1313
```toml
1414
[dependencies]
15-
fast-float = "0.1"
15+
fast-float = "0.2"
1616
```
1717

1818
There are no dependencies and the crate can be used in a no_std context by disabling the "std" feature.

0 commit comments

Comments
 (0)