Skip to content

Commit 3829108

Browse files
chore: release v1.0.2
1 parent 9927deb commit 3829108

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2025-08-04
11+
1012
### Added
1113

1214
- roblox_server_packages to .gitignore from upstream template
@@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234

3335
- Project was created
3436

35-
[unreleased]: https://github.com/frostproject/threadpool/compare/1.0.1...HEAD
37+
[unreleased]: https://github.com/frostproject/threadpool/compare/1.0.2...HEAD
38+
[1.0.2]: https://github.com/frostproject/threadpool/compare/1.0.1...1.0.2
3639
[1.0.1]: https://github.com/frostproject/threadpool/compare/1.0.0...1.0.1
3740
[1.0.0]: https://github.com/frostproject/threadpool/compare/e5d9ba14250789573f8ecfd928cbc88a096b4967...1.0.0

pesde.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "frostproject/threadpool"
22
description = "Pseudo code threadpool implementation for Luau to manage concurrent task execution."
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["iceeburr <iceeburr@gmail.com> (https://iceeburr.dev)"]
55
repository = "https://github.com/frostproject/threadpool"
66
license = "MIT"

0 commit comments

Comments
 (0)