Skip to content

Commit dff85ea

Browse files
committed
v0.12.0
1 parent b76b97a commit dff85ea

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.12.0] - 2026-05-18
4+
35
- Wake idle `AtomicThreadPool` workers on enqueue
46

57
## [0.11.1] - 2026-05-17

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ puts "Atomic Ruby Atomic Thread Pool: #{results[1].real.round(6)} seconds"
381381
382382
ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +PRISM [arm64-darwin23]
383383
concurrent-ruby version: 1.3.6
384-
atomic-ruby version: 0.11.1
384+
atomic-ruby version: 0.12.0
385385
386386
Benchmark Results:
387-
Concurrent Ruby Thread Pool: 5.869825 seconds
388-
Atomic Ruby Atomic Thread Pool: 5.387304 seconds
387+
Concurrent Ruby Thread Pool: 5.987538 seconds
388+
Atomic Ruby Atomic Thread Pool: 5.528936 seconds
389389
```
390390

391391
</details>

lib/atomic-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AtomicRuby
4-
VERSION = "0.11.1"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)