Skip to content

Commit dba7766

Browse files
committed
Release 1.3.6
1 parent 49b7552 commit dba7766

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Current
22

3+
## Release v1.3.6 (13 December 2025)
4+
5+
concurrent-ruby:
6+
7+
* See the [release notes on GitHub](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.3.6).
8+
39
## Release v1.3.5, edge v0.7.2 (15 January 2025)
410

511
concurrent-ruby:

docs-source/signpost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pick a `concurrent-ruby` version:
44

55
* [master](./master/index.html)
6-
* [1.3.5 with edge 0.7.2](./1.3.5/index.html)
6+
* [1.3.6 with edge 0.7.2](./1.3.6/index.html)
77
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
88
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
99
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.3.5'
2+
VERSION = '1.3.6'
33
end

0 commit comments

Comments
 (0)