Skip to content

Commit 11f51cb

Browse files
committed
rand_jitter: bump version to 0.1.1
1 parent 0032f49 commit 11f51cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rand_jitter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ 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.1] - 2019-01-29
8+
- Fix for older rustc compilers on Mac OSX / iOS (#720)
9+
- Misc. doc fixes
10+
711
## [0.1.0] - 2019-01-24
812
Initial release.

rand_jitter/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_jitter"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["The Rand Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)