Skip to content

Commit 33abefb

Browse files
committed
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
1 parent 5d700c5 commit 33abefb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Current
22

3+
## Release v1.3.5, edge v0.7.2 (15 January 2025)
4+
5+
concurrent-ruby:
6+
7+
* (#1062) Remove dependency on logger.
8+
9+
concurrent-ruby-edge:
10+
11+
* (#1062) Remove dependency on logger.
12+
313
## Release v1.3.4 (10 August 2024)
414

515
* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.

docs-source/signpost.md

+1-1
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.4 with edge 0.7.1](./1.3.4/index.html)
6+
* [1.3.5 with edge 0.7.2](./1.3.5/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)
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
EDGE_VERSION = '0.7.1'
2+
EDGE_VERSION = '0.7.2'
33
end
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.3.4'
2+
VERSION = '1.3.5'
33
end

0 commit comments

Comments
 (0)