Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-25 10:39:01 -07:00 committed by GitHub
parent a0bb5c01e6
commit 387e3baead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 2.0.1
- Clarify documentation for the `fork()` method. (#62)
- Mention `fastrand-contrib` in documentation. (#70)
# Version 2.0.0
- **Breaking:** Remove interior mutability from `Rng`. (#47)

View File

@ -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 <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.36"