We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0032f49 commit 11f51cbCopy full SHA for 11f51cb
rand_jitter/CHANGELOG.md
@@ -4,5 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.1.1] - 2019-01-29
8
+- Fix for older rustc compilers on Mac OSX / iOS (#720)
9
+- Misc. doc fixes
10
+
11
## [0.1.0] - 2019-01-24
12
Initial release.
rand_jitter/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_jitter"
3
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments