There was an error while loading. Please reload this page.
1 parent 0f83a98 commit 0b88d5fCopy full SHA for 0b88d5f
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Current
2
3
+## Release v1.3.8 (19 July 2026)
4
+
5
+concurrent-ruby:
6
7
+* See the [release notes on GitHub](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.3.8).
8
9
## Release v1.3.7 (16 June 2026)
10
11
concurrent-ruby:
docs-source/signpost.md
@@ -3,7 +3,7 @@
Pick a `concurrent-ruby` version:
* [master](./master/index.html)
-* [1.3.7 with edge 0.7.2](./1.3.7/index.html)
+* [1.3.8 with edge 0.7.2](./1.3.8/index.html)
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
lib/concurrent-ruby/concurrent/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- VERSION = '1.3.7'
+ VERSION = '1.3.8'
end
0 commit comments