From b16af1e977c20e47bbab287ae92f2d397c7694b0 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 9 Jun 2024 16:33:25 +0200 Subject: [PATCH] 1.3.3 --- CHANGELOG.md | 6 +++++- lib/concurrent-ruby/concurrent/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8fd7964..c117834d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Current -## Release v1.3.2, edge v0.7.1 (29 May 2024) +## Release v1.3.3 (9 June 2024) + +* (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows. + +## Release v1.3.2, edge v0.7.1 (7 June 2024) concurrent-ruby: diff --git a/lib/concurrent-ruby/concurrent/version.rb b/lib/concurrent-ruby/concurrent/version.rb index e449c62bc..98e7f12b3 100644 --- a/lib/concurrent-ruby/concurrent/version.rb +++ b/lib/concurrent-ruby/concurrent/version.rb @@ -1,3 +1,3 @@ module Concurrent - VERSION = '1.3.2' + VERSION = '1.3.3' end