Skip to content

Commit e5cdff6

Browse files
committed
[meta] prepare release
1 parent d8965f3 commit e5cdff6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.0] - 2025-02-12
4+
5+
### Added
6+
7+
- Added the ability to get global and group *slot numbers* for each future. Slot numbers are *unique* for as long as the future lives and are freed once the future is complete. Slot numbers are also *compact* because they start from 0, and the smallest possible number is assigned to them.
8+
9+
### Changed
10+
11+
- As a result of the ability to get slot numbers, the stream must now return a closure of `FnOnce(FutureQueueContext) -> impl Future`.
12+
313
## [0.3.0] - 2023-03-18
414

515
### Changed
@@ -42,6 +52,7 @@
4252

4353
- Initial release.
4454

55+
[0.4.0]: https://github.com/nextest-rs/future-queue/releases/tag/0.4.0
4556
[0.3.0]: https://github.com/nextest-rs/future-queue/releases/tag/0.3.0
4657
[0.2.2]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.2
4758
[0.2.1]: https://github.com/nextest-rs/future-queue/releases/tag/0.2.1

0 commit comments

Comments
 (0)