Skip to content

Commit 7b04583

Browse files
committed
Release 1.23.0
1 parent 32e709d commit 7b04583

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

3+
# 1.23.0
4+
35
* Require Ruby 2.7.
6+
* Fix support for absolute paths in `BOOTSNAP_IGNORE_DIRECTORIES`.
47

58
# 1.22.0
69

lib/bootsnap/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 Bootsnap
4-
VERSION = "1.22.0"
4+
VERSION = "1.23.0"
55
end

0 commit comments

Comments
 (0)