Skip to content

Commit 33b859b

Browse files
authored
Prepare release v0.1.14 (#128)
1 parent c5e2025 commit 33b859b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.14] - 2020-01-07
8+
### Changed
9+
- Remove use of spin-locks in the `use_file` module. [#125]
10+
- Update `wasi` to v0.9. [#126]
11+
- Do not read errno value on DragonFlyBSD to fix compilation failure. [#129]
12+
13+
[#125]: https://github.com/rust-random/getrandom/pull/125
14+
[#126]: https://github.com/rust-random/getrandom/pull/126
15+
[#129]: https://github.com/rust-random/getrandom/pull/129
16+
717
## [0.1.13] - 2019-08-25
818
### Added
919
- VxWorks targets support. [#86]

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

0 commit comments

Comments
 (0)