Conversation
newpavlov
commented
Feb 9, 2026
| The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [0.10.1] - 2026-02-09 |
Member
Author
There was a problem hiding this comment.
Note the bumped version. I think it's worth to release v0.10.1 with the updated repository field to avoid potential confusion.
@dhardy
You will need to publish it manually since Trusted Publishing is not adopted for this repo and you have removed me from the maintainters team.
Member
|
What changes are there from the |
Member
Author
Output of diff rand/rand_pcg/Cargo.toml rngs/rand_pcg/Cargo.toml
3c3
< version = "0.10.0"
---
> version = "0.10.1"
7c7
< repository = "https://github.com/rust-random/rand"
---
> repository = "https://github.com/rust-random/rngs"
10,12c10
< description = """
< Selected PCG random number generators
< """
---
> description = "Selected PCG random number generators"
26c24
< rand_core = { version = "0.10.0" }
---
> rand_core = "0.10"
diff rand/rand_pcg/CHANGELOG.md rngs/rand_pcg/CHANGELOG.md
6a7,13
> ## [0.10.1] - 2026-02-09
> ### Changed
> - The crate is moved from [`rust-random/rand`] to [`rust-random/rngs`].
>
> [`rust-random/rand`]: https://github.com/rust-random/rand
> [`rust-random/rngs`]: https://github.com/rust-random/rngs
> |
dhardy
pushed a commit
to rust-random/rand
that referenced
this pull request
Feb 9, 2026
Sibling rngs PR: rust-random/rngs#103
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The crate is moved from
rust-random/randwithout any code changes.Sibling
randPR: rust-random/rand#1740