Skip to content

Commit db993ec

Browse files
authored
Prepare rand v0.9.1 (#1629)
1 parent 3057641 commit db993ec

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,21 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
88

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11-
## [Unreleased]
12-
- Remove `zerocopy` dependency (#1579)
11+
## [0.9.1] - 2025-04-17
12+
### Security and unsafe
13+
- Revise "not a crypto library" policy again (#1565)
14+
- Remove `zerocopy` dependency from `rand` (#1579)
15+
16+
### Fixes
1317
- Fix feature `simd_support` for recent nightly rust (#1586)
14-
- Add `Alphabetic` distribution. (#1587)
15-
- Re-export `rand_core` (#1602)
18+
19+
### Changes
1620
- Allow `fn rand::seq::index::sample_weighted` and `fn IndexedRandom::choose_multiple_weighted` to return fewer than `amount` results (#1623), reverting an undocumented change (#1382) to the previous release.
1721

22+
### Additions
23+
- Add `rand::distr::Alphabetic` distribution. (#1587)
24+
- Re-export `rand_core` (#1604)
25+
1826
## [0.9.0] - 2025-01-27
1927
### Security and unsafe
2028
- Policy: "rand is not a crypto library" (#1514)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Documentation:
5555
## Versions
5656

5757
Rand is *mature* (suitable for general usage, with infrequent breaking releases
58-
which minimise breakage) but not yet at 1.0. Current versions are:
58+
which minimise breakage) but not yet at 1.0. Current `MAJOR.MINOR` versions are:
5959

6060
- Version 0.9 was released in January 2025.
6161

0 commit comments

Comments
 (0)