File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name = " frostproject/threadpool"
22description = " Pseudo code threadpool implementation for Luau to manage concurrent task execution."
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44authors = [" iceeburr <iceeburr@gmail.com> (https://iceeburr.dev)" ]
55repository = " https://github.com/frostproject/threadpool"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments