We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270f6b3 + f8d416e commit 340849eCopy full SHA for 340849e
rand_core/CHANGELOG.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [0.9.3] — 2025-02-29
8
### Other
9
- Remove `zerocopy` dependency (#1607)
10
+- Deprecate `rand_core::impls::fill_via_u32_chunks`, `fill_via_u64_chunks` (#1607)
11
12
## [0.9.2] - 2025-02-22
13
### API changes
rand_core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_core"
3
-version = "0.9.2"
+version = "0.9.3"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments