Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 16, 2024
1 parent fb19d0e commit da6320d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Current

## Release v1.2.3 (16 Jan 2024)

* See [the GitHub release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3) for details.

## Release v1.2.2 (24 Feb 2023)

* (#993) Fix arguments passed to `Concurrent::Map`'s `default_proc`.
Expand Down
2 changes: 1 addition & 1 deletion docs-source/signpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pick a `concurrent-ruby` version:

* [master](./master/index.html)
* [1.2.0 with edge 0.7.0](./1.2.0/index.html)
* [1.2.0 with edge 0.7.0](./1.2.3/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.2.2'
VERSION = '1.2.3'
end

0 comments on commit da6320d

Please sign in to comment.