Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
tdelmas authored Nov 15, 2023
1 parent f6bbc0d commit 1354f4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First version to commit to semantic versioning.

## 0.6.0 - Unreleased
## 0.6.0 - 2023-11-15

- `Hash` implementation for all 12 types.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions typed_floats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "typed_floats"
readme = "./README.md"
repository = "https://github.com/tdelmas/typed_floats"
version = "0.5.0"
version = "0.6.0"
rust-version = "1.70"

[features]
Expand All @@ -24,7 +24,7 @@ libm = ["dep:num-traits", "typed_floats_macros/libm"]
[dependencies]

[dependencies.typed_floats_macros]
version = "=0.5.0"
version = "=0.6.0"
path = "../typed_floats_macros"

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion typed_floats_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typed_floats_macros"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Crate only used to generate the `typed_floats` crate."
Expand Down

0 comments on commit 1354f4f

Please sign in to comment.