Skip to content

Commit

Permalink
Merge pull request #1147 from cuviper/release-1.10.0
Browse files Browse the repository at this point in the history
Release rayon 1.10.0
  • Loading branch information
cuviper authored Mar 24, 2024
2 parents ac2fa4d + 9d33569 commit 7543ed4
Show file tree
Hide file tree
Showing 40 changed files with 207 additions and 215 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rayon"
version = "1.9.0"
version = "1.10.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>",
"Josh Stone <cuviper@gmail.com>"]
description = "Simple work-stealing parallelism for Rust"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release rayon 1.10.0 (2024-03-23)

- The new methods `ParallelSlice::par_chunk_by` and
`ParallelSliceMut::par_chunk_by_mut` work like the slice methods `chunk_by`
and `chunk_by_mut` added in Rust 1.77.

# Release rayon 1.9.0 (2024-02-27)

- The new methods `IndexedParallelIterator::by_exponential_blocks` and
Expand Down
Loading

0 comments on commit 7543ed4

Please sign in to comment.