Skip to content

Commit 42180c7

Browse files
committed
Update changelog and version for 0.4.2 release
1 parent f8adb25 commit 42180c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.2] - 2018-01-05
8+
### Changed
9+
- Use winapi on Windows
10+
- Update for Fuchsia OS
11+
- Remove dev-dependency on `log`
12+
713
## [0.4.1] - 2017-12-17
814
### Added
915
- `no_std` support

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.1"
3+
version = "0.4.2"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)