Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlcctrlv committed Jan 2, 2023
1 parent 12fcc08 commit 1787628
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integer_or_float"
version = "0.2.0"
version = "0.3.0"
authors = ["Fredrick Brennan <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `integer_or_float` v0.2.0
# `integer_or_float` v0.3.0

<div align="center">
<a href="https://docs.rs/integer_or_float">
Expand Down Expand Up @@ -55,6 +55,9 @@ Enables serde with `serde/std`.
### `numerical-traits`
Enables `float-cmp` and `num-traits` crates, which provide `::ApproxEq` and `::{cast::ToPrimitive, Zero, One, NumCast}` respectively.

### `faster-strconv`
Enables [_Ryū_ (龍)](https://crates.io/crates/ryu), for faster float→string conversions.

### `default`
As of v0.2, an alias for `numerical-traits`. This is a breaking change from v0.1, serde no longer default!

Expand Down

0 comments on commit 1787628

Please sign in to comment.