Skip to content

Commit 349e317

Browse files
committed
1.2.0
1 parent b1070d8 commit 349e317

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Current
22

3-
## Release v1.2.0
3+
## Release v1.2.0 (23 Jan 2023)
44

55
* (#962) Fix ReentrantReadWriteLock to use the same granularity for locals as for Mutex it uses.
66
* (#983) Add FiberLocalVar

docs-source/signpost.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Pick a `concurrent-ruby` version:
44

55
* [master](./master/index.html)
6+
* [1.2.0 with edge 0.6.0](./1.2.0/index.html)
67
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
78
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
89
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.1.10'
2+
VERSION = '1.2.0'
33
end

0 commit comments

Comments
 (0)