Skip to content

Commit 0e665b9

Browse files
committed
Bump 0.2.3
1 parent b4ce7b0 commit 0e665b9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master
44

5+
## 0.2.3 (2026-01-13)
6+
7+
- Gem metadata fixes.
8+
59
## 0.2.2 (2023-12-19)
610

711
- Fix handing uncompilable source code with Bootsnap. ([@palkan][])

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Require hooks allows you to interfere with `Kernel#require` (incl. `Kernel#requi
1616

1717
- [Ruby Next][ruby-next]
1818
- [Freezolite](https://github.com/ruby-next/freezolite)
19+
- [Tapioca](https://github.com/Shopify/tapioca)
1920

2021
## Installation
2122

lib/require-hooks/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 RequireHooks
4-
VERSION = "0.2.2"
4+
VERSION = "0.2.3"
55
end

0 commit comments

Comments
 (0)