Skip to content

Commit f8d416e

Browse files
committed
Prepare rand_core v0.9.3
1 parent 270f6b3 commit f8d416e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rand_core/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.9.3] — 2025-02-29
88
### Other
99
- Remove `zerocopy` dependency (#1607)
10+
- Deprecate `rand_core::impls::fill_via_u32_chunks`, `fill_via_u64_chunks` (#1607)
1011

1112
## [0.9.2] - 2025-02-22
1213
### API changes

rand_core/Cargo.toml

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

0 commit comments

Comments
 (0)