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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
15
## [ 0.2.1] - 2021-01-03
8
16
### Changed
9
17
- Update ` cfg-if ` to v1.0. [ #166 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " getrandom"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 " # Also update html_root_url in lib.rs when bumping this
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 142
142
#![ doc(
143
143
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
144
144
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 "
146
146
) ]
147
147
#![ no_std]
148
148
#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments