We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda72ae commit 7dab998Copy full SHA for 7dab998
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Current
2
3
+## Release v1.3.1 (28 May 2024)
4
+
5
+* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
6
7
## Release v1.3.0 (28 May 2024)
8
9
* (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
docs-source/signpost.md
@@ -3,7 +3,7 @@
Pick a `concurrent-ruby` version:
* [master](./master/index.html)
-* [1.3.0 with edge 0.7.0](./1.2.3/index.html)
+* [1.3.1 with edge 0.7.0](./1.2.3/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)
lib/concurrent-ruby/concurrent/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- VERSION = '1.3.0'
+ VERSION = '1.3.1'
end
0 commit comments