From 69e5adb3d99e3ca87703f7de476670264da87098 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sun, 2 Apr 2023 22:30:51 +0200 Subject: [PATCH] v5.1.0 --- CHANGELOG.md | 7 +++++++ haxelib.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26732ea..36e856b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [5.1.0] - 2023-04-02 + +### Added +- [PR#26](https://github.com/vegardit/haxe-concurrent/pull/26) add `ThreadPool.pollPeriod` (thanks to [onehundredfeet](https://github.com/onehundredfeet)) + + ## [5.0.3] - 2023-02-17 ### Changed diff --git a/haxelib.json b/haxelib.json index 5ee44a7..f463093 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "A haxelib with cross-platform concurrency functions and classes (thread-pool, task executor/scheduler, re-entrant lock, semaphore, atomic int/bool, thread-safe collections/queues)", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md", - "version": "5.0.3", + "version": "5.1.0", "dependencies": { } }