Skip to content

Commit

Permalink
Prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 20, 2023
1 parent 0aa1715 commit 218a632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion rand_jitter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ 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.4.0] - 2023-11-20
### Changed
- Update to `rand_core` v0.6
- Bump MSRV to 1.51
- Use return-position impl trait to fix `JitterRng::new` (#16)

## [0.3.0] - 2020-09-07
### Changed
- `JitterRng::new_with_timer` accepts closures
- `JitterRng::new_with_timer` accepts closures (this breaks `JitterRng::new`)

## [0.2.1] - 2019-08-16
### Changed
Expand Down
2 changes: 1 addition & 1 deletion rand_jitter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rand_jitter"
version = "0.3.0"
version = "0.4.0"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 218a632

Please sign in to comment.