Skip to content

Commit

Permalink
Publish dashu-base v0.4.1, dashu-float v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpute committed Feb 3, 2024
1 parent 86bdae4 commit 64ec0e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.4.1

- Mark `AbsEq` as deprecated.
- Re-implement functions `next_up` and `next_down`, and expose them through the `utils` module.
Expand Down
2 changes: 1 addition & 1 deletion base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashu-base"
version = "0.4.0"
version = "0.4.1"
authors = ["Jacob Zhong <[email protected]>"]
edition = "2021"
description = "Common trait definitions and tools for the `dashu` libraries"
Expand Down
3 changes: 2 additions & 1 deletion float/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Unreleased
## 0.4.3

- Mark `FBig::from_str_native` as deprecated.
- Implement `TryFrom<Repr>` and `TryFrom<FBig>` for primitive integers.
- Implement `TryFrom<Repr<2>>` and `TryFrom<FBig<_, 2>>` for primitive floats.
- Implement `From<UBig>` and `From<IBig>` for `Repr`.
Expand Down
4 changes: 2 additions & 2 deletions float/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashu-float"
version = "0.4.2"
version = "0.4.3"
authors = ["Jacob Zhong <[email protected]>"]
edition = "2021"
description = "A big float library supporting arbitrary precision, arbitrary base and arbitrary rounding mode"
Expand Down Expand Up @@ -35,7 +35,7 @@ postgres-types = ["postgres-types_v02"]
postgres-types_v02 = ["dep:postgres-types_v02", "dep:_bytes", "std"]

[dependencies]
dashu-base = { version = "0.4.0", default-features = false, path = "../base" }
dashu-base = { version = "0.4.1", default-features = false, path = "../base" }
dashu-int = { version = "0.4.1", default-features = false, path = "../integer" }
static_assertions = { version = "1.1"}

Expand Down

0 comments on commit 64ec0e9

Please sign in to comment.