Skip to content

Commit a9b7f92

Browse files
authored
Prepare release v0.1.10 (#93)
1 parent f073a95 commit a9b7f92

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.10] - 2019-08-18
8+
### Changed
9+
- Use the dummy implementation on `wasm32-unknown-unknown` even with the
10+
disabled `dummy` feature. [#90]
11+
12+
### Fixed
13+
- Fix CSP error for `wasm-bindgen`. [#92]
14+
15+
[#90]: https://github.com/rust-random/getrandom/pull/90
16+
[#92]: https://github.com/rust-random/getrandom/pull/92
17+
718
## [0.1.9] - 2019-08-14
819
### Changed
920
- Remove `std` dependency for opening and reading files. [#58]

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.1.9"
3+
version = "0.1.10"
44
edition = "2018"
55
authors = ["The Rand Project Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)