File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.2] - 2021-01-19
8+ ### Changed
9+ - Forward ` rustc-dep-of-std ` to dependencies. [ #198 ]
10+ - Highlight feature-dependend functionality in documentation using the ` doc_cfg ` feature. [ #200 ]
11+
12+ [ #198 ] : https://github.com/rust-random/getrandom/pull/198
13+ [ #200 ] : https://github.com/rust-random/getrandom/pull/200
14+
715## [ 0.2.1] - 2021-01-03
816### Changed
917- Update ` cfg-if ` to v1.0. [ #166 ]
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.2.1 "
3+ version = " 0.2.2 " # Also update html_root_url in lib.rs when bumping this
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 142142#![ doc(
143143 html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
144144 html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
145- html_root_url = "https://rust-random.github.io/rand/ "
145+ html_root_url = "https://docs.rs/getrandom/0.2.2 "
146146) ]
147147#![ no_std]
148148#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments