Release v0.2.3 (#211)
This commit is contained in:
parent
120a1d7f47
commit
de51e2961d
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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).
|
||||
|
||||
## [0.2.3] - 2021-04-10
|
||||
### Changed
|
||||
- Replace build.rs with link attributes. [#205]
|
||||
- Add support for getrandom syscall on DragonFly BSD. [#210]
|
||||
- Improve Node.js detection. [#215]
|
||||
|
||||
[#205]: https://github.com/rust-random/getrandom/pull/205
|
||||
[#210]: https://github.com/rust-random/getrandom/pull/210
|
||||
[#215]: https://github.com/rust-random/getrandom/pull/215
|
||||
|
||||
## [0.2.2] - 2021-01-19
|
||||
### Changed
|
||||
- Forward `rustc-dep-of-std` to dependencies. [#198]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "getrandom"
|
||||
version = "0.2.2" # Also update html_root_url in lib.rs when bumping this
|
||||
version = "0.2.3" # Also update html_root_url in lib.rs when bumping this
|
||||
edition = "2018"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -144,7 +144,7 @@
|
||||
#![doc(
|
||||
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
|
||||
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "https://docs.rs/getrandom/0.2.2"
|
||||
html_root_url = "https://docs.rs/getrandom/0.2.3"
|
||||
)]
|
||||
#![no_std]
|
||||
#![warn(rust_2018_idioms, unused_lifetimes, missing_docs)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user