Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Aug 9, 2018
1 parent 64b174b commit 7e8f008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.6.1] - 2018-08-09
### Changed
- Change a few `Relaxed` orderings to `Release` in order to fix false positives by tsan.

## [0.6.0] - 2018-08-09
### Added
- Add `Stealer::steal_many` for batched stealing.
Expand Down Expand Up @@ -78,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- First implementation of the Chase-Lev deque.

[Unreleased]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/crossbeam-rs/crossbeam-deque/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crossbeam-deque"
version = "0.6.0"
version = "0.6.1"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 7e8f008

Please sign in to comment.