File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] - 2022-12-27
4
+
5
+ ## Added
6
+
7
+ - New adaptor ` future_queue_grouped ` is similar to ` future_queue ` , except it allows an additional * group* to be specified.
8
+
9
+ ## Changed
10
+
11
+ - Crate renamed to ` future_queue ` .
12
+ - ` buffer_unordered_weighted ` renamed to ` future_queue ` .
13
+
3
14
## [ 0.1.2] - 2022-11-01
4
15
5
16
- Add repository link.
12
23
13
24
- Initial release.
14
25
26
+ [ 0.2.0 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.2.0
15
27
[ 0.1.2 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.1.2
16
28
[ 0.1.1 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.1.1
17
29
[ 0.1.0 ] : https://github.com/nextest-rs/future-queue/releases/tag/0.1.0
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ consolidate-commits = false
4
4
pre-release-commit-message = " [{{crate_name}}] version {{version}}"
5
5
tag-message = " [{{crate_name}}] version {{version}}"
6
6
tag-name = " {{version}}"
7
- dev-version = false
8
7
publish = false
9
8
dependent-version = " upgrade"
You can’t perform that action at this time.
0 commit comments