Skip to content

Commit 199b115

Browse files
authored
prepare release v0.1.8 (#76)
1 parent 6716ad0 commit 199b115

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.8] - 2019-07-29
8+
### Changed
9+
- Explicitly specify types to arguments of 'libc::syscall'. [#74]
10+
11+
[#74]: https://github.com/rust-random/getrandom/pull/74
12+
713
## [0.1.7] - 2019-07-29
814
### Added
915
- Support for hermit and l4re. [#61]

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

0 commit comments

Comments
 (0)