Skip to content

Commit bd14b7a

Browse files
authored
Release v0.1.16 (#185)
1 parent 15e65a7 commit bd14b7a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.16] - 2020-12-31
8+
### Changed
9+
- Update `cfg-if` to v1.0. [#173]
10+
- Implement `std::error::Error` for the `Error` type on additional targets. [#169]
11+
12+
### Fixed
13+
- Multithreaded WASM support. [#171]
14+
15+
[#173]: https://github.com/rust-random/getrandom/pull/173
16+
[#171]: https://github.com/rust-random/getrandom/pull/171
17+
[#169]: https://github.com/rust-random/getrandom/pull/169
18+
719
## [0.1.15] - 2020-09-10
820
### Changed
921
- Added support for Internet Explorer 11 [#139]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)