From: Jérôme Benoit Date: Fri, 9 Jun 2023 20:02:17 +0000 (+0200) Subject: chore: v2.6.0 X-Git-Tag: v2.6.0^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=16671b07d958f4d61f4d982db2cb139ea665886d;hp=5e5a659e2b415c7d533dad095eda082989983f8e;p=poolifier.git chore: v2.6.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebbff5e..e4cd3788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - 2023-06-09 + ### Added - Add `LEAST_ELU` worker choice strategy (experimental). diff --git a/package.json b/package.json index 537e0365..f61d1e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.5.4", + "version": "2.6.0", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 96f71faf..bbeddddb 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier sonar.organization=pioardi sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=2.5.4 +sonar.projectVersion=2.6.0 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests