Skip to content

Commit 5d960ac

Browse files
authored
chore(release): Bump to version 0.3.2 (#24)
## Description Preparing a new release.
1 parent 4ecea8f commit 5d960ac

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## [0.3.1](https://github.com/n0-computer/n0-future/compare/v0.3.0..0.3.1) - 2025-11-11
3+
## [0.3.2](https://github.com/n0-computer/n0-future/compare/v0.3.1..0.3.2) - 2026-01-07
4+
5+
### ⛰️ Features
6+
7+
- Implement `JoinSet::poll_join_next*` and `JoinError::try_into_panic` ([#23](https://github.com/n0-computer/n0-future/issues/23)) - ([4ecea8f](https://github.com/n0-computer/n0-future/commit/4ecea8f83994d993d34aec9bc3173055fa63999c))
8+
9+
### ⚙️ Miscellaneous Tasks
10+
11+
- Bump derive_more ([#22](https://github.com/n0-computer/n0-future/issues/22)) - ([0464e04](https://github.com/n0-computer/n0-future/commit/0464e04cd86c68cd3643f6637a3e23e53b9c5418))
12+
13+
## [0.3.1](https://github.com/n0-computer/n0-future/compare/v0.3.0..v0.3.1) - 2025-11-11
414

515
### ⛰️ Features
616

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "n0-future"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
readme = "README.md"
66
description = "Number 0's way of doing rust futures. Re-exports what we think are useful abstractions and good implementations."

0 commit comments

Comments
 (0)