From 349e317d7390f421e5514acfe5b351b7a7b27f86 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 23 Jan 2023 16:10:06 +0100 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 2 +- docs-source/signpost.md | 1 + lib/concurrent-ruby/concurrent/version.rb | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f060e9e4e..56fede060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs-source/signpost.md b/docs-source/signpost.md index 0173753b7..840db3152 100644 --- a/docs-source/signpost.md +++ b/docs-source/signpost.md @@ -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) diff --git a/lib/concurrent-ruby/concurrent/version.rb b/lib/concurrent-ruby/concurrent/version.rb index 4372d0d7b..3925a9cb4 100644 --- a/lib/concurrent-ruby/concurrent/version.rb +++ b/lib/concurrent-ruby/concurrent/version.rb @@ -1,3 +1,3 @@ module Concurrent - VERSION = '1.1.10' + VERSION = '1.2.0' end