Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-23 15:54:29 -07:00 committed by John Nunley
parent dda0fe824b
commit a8f98b445d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.0.2
- Slight restructuring of the `with_seed` function. (#79)
# Version 2.0.1
- Clarify documentation for the `fork()` method. (#62)

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.1"
version = "2.0.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.36"