Skip to content

Commit b2e840e

Browse files
Merge pull request #479 from deepcausality-rs/release-plz-2026-02-09T13-24-41Z
chore(deep_causality_rand): release v0.1.13
2 parents 20c535e + ee85736 commit b2e840e

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deep_causality_rand/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.13](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_rand-v0.1.12...deep_causality_rand-v0.1.13) - 2026-02-10
11+
12+
### Added
13+
14+
- *(deep_causality_rand)* Added default to ChaCha20Rng impl.
15+
16+
### Fixed
17+
18+
- *(deep_causality_rand)* Fixed Buffer Allocation
19+
- *(deep_causality_rand)* Fixed zerioization in ChaCha20Poly1305 CSPRNG
20+
- *(deep_causality_rand)* Added Osrandomrn in scope
21+
22+
### Other
23+
24+
- Merge remote-tracking branch 'origin/main'
25+
- regenerated SBMO for rand crate. Code formatting.
26+
- Added hardware secure CSPRNG to rand crate
27+
1028
## [0.1.12](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_rand-v0.1.11...deep_causality_rand-v0.1.12) - 2026-02-09
1129

1230
### Other

deep_causality_rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deep_causality_rand"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)