Skip to content

Commit a90f91e

Browse files
author
Ian Delahorne
committed
Release 0.23.0-rc2
1 parent a94fb3e commit a90f91e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.23.0
2+
3+
* Change: Attempt acquiring semaphore before releasing GVL (#573)
4+
* Support only Ruby 3.2 and onward (572)
5+
16
# 0.22.1
27

38
* Change: Enable thread_safety rubocop

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/semian/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.22.1"
4+
VERSION = "0.23.0-rc2"
55
end

0 commit comments

Comments
 (0)