Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 28, 2022
1 parent fdf68fa commit 065a3a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0] - 2022-12-27

## Added

- New adaptor `future_queue_grouped` is similar to `future_queue`, except it allows an additional *group* to be specified.

## Changed

- Crate renamed to `future_queue`.
- `buffer_unordered_weighted` renamed to `future_queue`.

## [0.1.2] - 2022-11-01

- Add repository link.
Expand All @@ -12,6 +23,7 @@

- Initial release.

[0.2.0]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.0
[0.1.2]: https://github.com/nextest-rs/future-queue/releases/tag/0.1.2
[0.1.1]: https://github.com/nextest-rs/future-queue/releases/tag/0.1.1
[0.1.0]: https://github.com/nextest-rs/future-queue/releases/tag/0.1.0
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ consolidate-commits = false
pre-release-commit-message = "[{{crate_name}}] version {{version}}"
tag-message = "[{{crate_name}}] version {{version}}"
tag-name = "{{version}}"
dev-version = false
publish = false
dependent-version = "upgrade"

0 comments on commit 065a3a9

Please # to comment.