Skip to content

Commit bda72ae

Browse files
committed
Prepare the 1.3.0 release.
1 parent 83d31a3 commit bda72ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## Release v1.3.0 (28 May 2024)
4+
5+
* (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
6+
* (#1038) Add `Concurrent.usable_processor_count` that is cgroups aware.
7+
38
## Release v1.2.3 (16 Jan 2024)
49

510
* See [the GitHub release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3) for details.

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.2.3 with edge 0.7.0](./1.2.3/index.html)
6+
* [1.3.0 with edge 0.7.0](./1.2.3/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-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.2.3'
2+
VERSION = '1.3.0'
33
end

0 commit comments

Comments
 (0)