Skip to content

Commit da6320d

Browse files
committed
1.2.3
1 parent fb19d0e commit da6320d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Current
22

3+
## Release v1.2.3 (16 Jan 2024)
4+
5+
* See [the GitHub release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3) for details.
6+
37
## Release v1.2.2 (24 Feb 2023)
48

59
* (#993) Fix arguments passed to `Concurrent::Map`'s `default_proc`.

docs-source/signpost.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pick a `concurrent-ruby` version:
44

55
* [master](./master/index.html)
6-
* [1.2.0 with edge 0.7.0](./1.2.0/index.html)
6+
* [1.2.0 with edge 0.7.0](./1.2.3/index.html)
77
* [1.1.10 with edge 0.6.0](./1.1.10/index.html)
88
* [1.1.9 with edge 0.6.0](./1.1.9/index.html)
99
* [1.1.8 with edge 0.6.0](./1.1.8/index.html)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.2.2'
2+
VERSION = '1.2.3'
33
end

0 commit comments

Comments
 (0)