Skip to content

Commit 5301750

Browse files
authored
Merge pull request #590 from dhardy/0.4
Prepare 0.4.3 release
2 parents ada66a8 + d7d5da4 commit 5301750

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.3] - 2018-08-16
8+
### Fixed
9+
- Use correct syscall number for PowerPC (#589)
10+
711
## [0.4.2] - 2018-01-05
812
### Changed
913
- Use winapi on Windows

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)