Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
f256@0.2.0
f256_pow2_div_pow10_lut@0.2.0

Generated by cargo-workspaces
  • Loading branch information
mamrhein committed Jun 15, 2023
1 parent 03b4c62 commit a27482f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "f256"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
authors = ["Michael Amrhein <michael@adrhinum.de>"]
description = "Octuple-precision floating-point arithmetic."
Expand All @@ -16,7 +16,7 @@ exclude = ["analysis/*", "tests/*"]
[dependencies]
f256_pow2_div_pow5_lut = { version = "0.1.0", path = "pow2_div_pow5_lut" }
f256_pow5_div_pow2_lut = { version = "0.1.0", path = "pow5_div_pow2_lut" }
f256_pow2_div_pow10_lut = { version = "0.1.0", path = "pow2_div_pow10_lut" }
f256_pow2_div_pow10_lut = { version = "0.2.0", path = "pow2_div_pow10_lut" }
f256_pow10_div_pow2_lut = { version = "0.1.0", path = "pow10_div_pow2_lut" }
num-traits = { version = "0.2.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion pow2_div_pow10_lut/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "f256_pow2_div_pow10_lut"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Michael Amrhein <michael@adrhinum.de>"]
description = "Lookup table for crate `f256`."
Expand Down

0 comments on commit a27482f

Please sign in to comment.