We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c1cb4 commit 9ff477fCopy full SHA for 9ff477f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Current
2
3
+## Edge 0.7.1 (7 June 2024)
4
+
5
+concurrent-ruby-edge:
6
7
+* (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
8
9
## Release v1.3.1 (29 May 2024)
10
11
* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
lib/concurrent-ruby-edge/concurrent/edge/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- EDGE_VERSION = '0.7.0'
+ EDGE_VERSION = '0.7.1'
end
0 commit comments