Skip to content

Commit d661aa7

Browse files
authored
Prepare release v0.1.13 (#118)
1 parent 81bd43e commit d661aa7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.13] - 2019-08-25
8+
### Added
9+
- VxWorks targets support. [#86]
10+
11+
### Changed
12+
- If zero-length slice is passed to the `getrandom` function, always return
13+
`Ok(())` immediately without doing any calls to the underlying operating
14+
system. [#104]
15+
- Use the `kern.arandom` sysctl on NetBSD. [#115]
16+
17+
### Fixed
18+
- Bump `cfg-if` minimum version from 0.1.0 to 0.1.2. [#112]
19+
- Typos and bad doc links. [#117]
20+
21+
[#86]: https://github.com/rust-random/getrandom/pull/86
22+
[#104]: https://github.com/rust-random/getrandom/pull/104
23+
[#112]: https://github.com/rust-random/getrandom/pull/112
24+
[#115]: https://github.com/rust-random/getrandom/pull/115
25+
[#117]: https://github.com/rust-random/getrandom/pull/117
26+
727
## [0.1.12] - 2019-08-18
828
### Changed
929
- Update wasi dependency from v0.5 to v0.7. [#100]

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

0 commit comments

Comments
 (0)