Skip to content

Commit

Permalink
Release 0.3.0 and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 24, 2016
1 parent 4bea07e commit 1e5d4bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 = "0.3.0"
version = "0.4.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
description = "Simple work-stealing parallelism for Rust"
license = "Apache-2.0/MIT"
Expand Down
4 changes: 3 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release 0.3 (not yet released)
# Release 0.4 (not yet released)

# Release 0.3

- Expanded `par_iter` APIs now available:
- `into_par_iter` is now supported on vectors (taking ownership of the elements)
Expand Down

0 comments on commit 1e5d4bc

Please sign in to comment.