We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea1fc5 commit b16af1eCopy full SHA for b16af1e
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## Current
2
3
-## Release v1.3.2, edge v0.7.1 (29 May 2024)
+## Release v1.3.3 (9 June 2024)
4
+
5
+* (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows.
6
7
+## Release v1.3.2, edge v0.7.1 (7 June 2024)
8
9
concurrent-ruby:
10
lib/concurrent-ruby/concurrent/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- VERSION = '1.3.2'
+ VERSION = '1.3.3'
end
0 commit comments