Skip to content

Commit cd74535

Browse files
committed
chore: bump version to 1.0.0-alpha.3
1 parent 49e1607 commit cd74535

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This project is currently in early [pre-release], and there may be arbitrary bre
1313

1414
## [Unreleased]
1515

16+
## [1.0.0-alpha.3]
17+
1618
### Added
1719

1820
- `ThreadPool::claim_lease` method.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forte"
3-
version = "1.0.0-alpha.2"
3+
version = "1.0.0-alpha.3"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A low-overhead thread-pool with support for non-static async closures"

0 commit comments

Comments
 (0)