From a65dc655d88d038bfc1105bd066b68c770fa87f8 Mon Sep 17 00:00:00 2001 From: sebthom Date: Fri, 17 Feb 2023 14:31:35 +0100 Subject: [PATCH] v5.0.3 --- CHANGELOG.md | 2 ++ haxelib.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d1bcb..26732ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.3] - 2023-02-17 + ### Changed - use rest arguments with BackgroundProcess args diff --git a/haxelib.json b/haxelib.json index 08ef2f6..5ee44a7 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.2", + "version": "5.0.3", "dependencies": { } }