Skip to content

Commit ce4144b

Browse files
authored
Release v0.2.16 (#655)
## [0.2.16] - 2025-04-22 ### Added - Cygwin support (backport of [#626]) [#654] [#626]: #626 [#654]: #654 [0.2.16]: v0.2.15...v0.2.16
1 parent a55ea8d commit ce4144b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.2.16] - 2025-04-22
88
### Added
9-
- Backport cygwin support [#654]
9+
- Cygwin support (backport of [#626]) [#654]
1010

11+
[#626]: https://github.com/rust-random/getrandom/pull/626
1112
[#654]: https://github.com/rust-random/getrandom/pull/654
1213

1314
## [0.2.15] - 2024-05-06
@@ -460,6 +461,7 @@ Publish initial implementation.
460461
## [0.0.0] - 2019-01-19
461462
Publish an empty template library.
462463

464+
[0.2.16]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16
463465
[0.2.15]: https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15
464466
[0.2.14]: https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14
465467
[0.2.13]: https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.13

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.2.15" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.2.16" # Also update html_root_url in lib.rs when bumping this
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
#![doc(
205205
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
206206
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
207-
html_root_url = "https://docs.rs/getrandom/0.2.15"
207+
html_root_url = "https://docs.rs/getrandom/0.2.16"
208208
)]
209209
#![no_std]
210210
#![warn(rust_2018_idioms, unused_lifetimes, missing_docs)]

0 commit comments

Comments
 (0)