Skip to content

Commit

Permalink
Prepare rand_core v0.9.3 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy authored Mar 1, 2025
2 parents 270f6b3 + f8d416e commit 340849e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rand_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
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).

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

## [0.9.2] - 2025-02-22
### API changes
Expand Down
2 changes: 1 addition & 1 deletion rand_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rand_core"
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"
Expand Down

0 comments on commit 340849e

Please sign in to comment.