Skip to content

Commit

Permalink
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 15, 2025
1 parent 5d700c5 commit 33abefb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Current

## Release v1.3.5, edge v0.7.2 (15 January 2025)

concurrent-ruby:

* (#1062) Remove dependency on logger.

concurrent-ruby-edge:

* (#1062) Remove dependency on logger.

## Release v1.3.4 (10 August 2024)

* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
Expand Down
2 changes: 1 addition & 1 deletion docs-source/signpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pick a `concurrent-ruby` version:

* [master](./master/index.html)
* [1.3.4 with edge 0.7.1](./1.3.4/index.html)
* [1.3.5 with edge 0.7.2](./1.3.5/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)
Expand Down
2 changes: 1 addition & 1 deletion lib/concurrent-ruby-edge/concurrent/edge/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Concurrent
EDGE_VERSION = '0.7.1'
EDGE_VERSION = '0.7.2'
end
2 changes: 1 addition & 1 deletion lib/concurrent-ruby/concurrent/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Concurrent
VERSION = '1.3.4'
VERSION = '1.3.5'
end

0 comments on commit 33abefb

Please sign in to comment.