Skip to content

Commit

Permalink
rand_jitter: bump version number to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Feb 4, 2019
1 parent 1ae5988 commit 4ca5ee3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.


## Unreleased
- Enable fork protection of ReseedingRng without `std`
- Remove dependency on `winapi`

## [0.6.5] - 2019-01-28
### Crates
- Update `rand_core` to 0.4 (#703)
Expand Down
3 changes: 3 additions & 0 deletions rand_jitter/CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3] - 2019-02-05
- Use libc in `no_std` mode to fix #723

## [0.1.2] - 2019-01-31
- Fix for older rustc compilers on Windows (#722)

Expand Down
2 changes: 1 addition & 1 deletion rand_jitter/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rand_jitter"
version = "0.1.2"
version = "0.1.3"
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 4ca5ee3

Please sign in to comment.