From 1e12b0a497d34f50df833f3f3717765fe3ea0d0c Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 16 Feb 2023 19:30:41 +0100 Subject: [PATCH] v5.0.2 --- CHANGELOG.md | 6 ++++++ haxelib.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a54b6..d848c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.2] - 2023-02-16 + +### Changed +- make BackgroundProcess constructor private + + ## [5.0.0] - 2023-02-16 ### Changed diff --git a/haxelib.json b/haxelib.json index f8f297c..08ef2f6 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.0", + "version": "5.0.2", "dependencies": { } }