Skip to content

Commit cb5af95

Browse files
committed
v0.8.1
1 parent 581d77b commit cb5af95

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.8.1] - 2025-11-01
4+
35
- Don't require `AtomicThreadPool#<<` to be given a shareable proc
46

57
## [0.8.0] - 2025-11-01

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ puts "Atomic Ruby Atomic Thread Pool: #{results[1].real.round(6)} seconds"
392392
393393
ruby version: ruby 3.5.0dev (2025-10-31T18:08:15Z master 980e18496e) +YJIT +PRISM [arm64-darwin25]
394394
concurrent-ruby version: 1.3.5
395-
atomic-ruby version: 0.8.0
395+
atomic-ruby version: 0.8.1
396396
397397
Benchmark Results:
398-
Concurrent Ruby Thread Pool: 5.13772 seconds
399-
Atomic Ruby Atomic Thread Pool: 4.893086 seconds
398+
Concurrent Ruby Thread Pool: 5.139026 seconds
399+
Atomic Ruby Atomic Thread Pool: 4.833597 seconds
400400
```
401401

402402
</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.8.0"
4+
VERSION = "0.8.1"
55
end

0 commit comments

Comments
 (0)