Release 1.8.0

This commit is contained in:
Taiki Endo 2022-07-24 02:15:59 +09:00
parent 567ee33634
commit f53d813aa3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.8.0
- Add `get_seed()` and `Rng::get_seed()` (#33)
# Version 1.7.0
- Add `char()` and `Rng::char()` (#25)

View File

@ -3,7 +3,7 @@ name = "fastrand"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.7.0"
version = "1.8.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.34"