Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 23, 2023
1 parent b1070d8 commit 349e317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Current

## Release v1.2.0
## Release v1.2.0 (23 Jan 2023)

* (#962) Fix ReentrantReadWriteLock to use the same granularity for locals as for Mutex it uses.
* (#983) Add FiberLocalVar
Expand Down
1 change: 1 addition & 0 deletions docs-source/signpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Pick a `concurrent-ruby` version:

* [master](./master/index.html)
* [1.2.0 with edge 0.6.0](./1.2.0/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/concurrent/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Concurrent
VERSION = '1.1.10'
VERSION = '1.2.0'
end

0 comments on commit 349e317

Please sign in to comment.