Skip to content

Commit

Permalink
Prepare 0.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 4, 2024
1 parent dd2f108 commit 135ca9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha2] - 2024-02-04

### Added
- Add `chunks_concurrent_limit_map` tests
- Add doc example with equivalent code to macro
Expand All @@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial alpha release for review

[unreleased]: https://github.com/LDeakin/rayon_iter_concurrent_limit/compare/v0.1.0-alpha...HEAD
[unreleased]: https://github.com/LDeakin/rayon_iter_concurrent_limit/compare/v0.1.0-alpha2...HEAD
[0.1.0-alpha2]: https://github.com/LDeakin/rayon_iter_concurrent_limit/releases/tag/v0.1.0-alpha2
[0.1.0-alpha]: https://github.com/LDeakin/rayon_iter_concurrent_limit/releases/tag/v0.1.0-alpha
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_iter_concurrent_limit"
version = "0.1.0-alpha"
version = "0.1.0-alpha2"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.63"
Expand Down

0 comments on commit 135ca9e

Please sign in to comment.