Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33abefb

Browse filesBrowse files
committed
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
1 parent 5d700c5 commit 33abefb
Copy full SHA for 33abefb

File tree

Expand file treeCollapse file tree

4 files changed

+13
-3
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+13
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: docs-source/signpost.md
+1-1Lines 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.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)
+1-1Lines changed: 1 addition & 1 deletion
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-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.