Skip to content

Commit 8fe2712

Browse files
committed
release: v0.4.2
1 parent e7cd2a4 commit 8fe2712

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.4.2 - 2023-10-2
4+
5+
### Changes
6+
7+
- [#5](https://github.com/ichi-h/weighted_rand/pull/5) Thanks [@DanArmor](https://github.com/DanArmor)! - fix: return 1 for gcd_for_slice if all elements are 0.0
8+
39
## 0.4.1 - 2023-7-3
410

511
### Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weighted_rand"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Ichi <[email protected]>"]
55
description = "A weighted random sampling crate using Walker's Alias Method."
66
documentation = "https://docs.rs/weighted_rand"
@@ -14,7 +14,7 @@ edition = "2018"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
serde = { version="1.0", features = ["derive"] }
17+
serde = { version = "1.0", features = ["derive"] }
1818
rand = "0.8"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)