Skip to content

Conversation

@newpavlov
Copy link
Member

@newpavlov newpavlov commented Feb 9, 2026

The crate is moved from rust-random/rand without any code changes.

Sibling rand PR: rust-random/rand#1740

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
Copy link
Member Author

@newpavlov newpavlov Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dhardy
Copy link
Member

dhardy commented Feb 9, 2026

What changes are there from the rand code? I see at least the repository field has changed. It would be nice to have separate commits (or just a listing of changes).

@newpavlov
Copy link
Member Author

newpavlov commented Feb 9, 2026

What changes are there from the rand code?

Output of diff rand/rand_pcg/ rngs/rand_pcg/:

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
>

Copy link
Member

@dhardy dhardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's fine. Thanks.

@dhardy dhardy merged commit 4f01c54 into master Feb 9, 2026
14 checks passed
dhardy pushed a commit to rust-random/rand that referenced this pull request Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants