JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

New release #60

Closed GregPlowman closed 5 years ago

GregPlowman commented 5 years ago

Is it possible to issue a new release (to include MT fix and speed benchmarks)?

sunoru commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/720

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 693be0eb201ad0f298d729e8ccb3a72a2c9b66fa
git push origin v1.3.0
sunoru commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request updated: JuliaRegistries/General/720

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 087acf323a6591605ee95e61092f430a986b02ae
git push origin v1.3.0
sunoru commented 5 years ago

https://github.com/sunoru/RandomNumbers.jl/releases/tag/v1.3.0