We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bb5c0 commit 387e3baCopy full SHA for 387e3ba
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.0.1
2
+
3
+- Clarify documentation for the `fork()` method. (#62)
4
+- Mention `fastrand-contrib` in documentation. (#70)
5
6
# Version 2.0.0
7
8
- **Breaking:** Remove interior mutability from `Rng`. (#47)
Cargo.toml
@@ -3,7 +3,7 @@ name = "fastrand"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.0.0"
+version = "2.0.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
9
rust-version = "1.36"
0 commit comments