Skip to content

Commit 88548cc

Browse files
committed
Release 1.16.0
1 parent a00bce2 commit 88548cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.16.0
4+
35
* Use `RbConfig::CONFIG["rubylibdir"]` instead of `RbConfig::CONFIG["libdir"]` to check for stdlib files. See #431.
46
* Fix the cached version of `YAML.load_file` being slightly more permissive than the default `Psych` one. See #434.
57
`Date` and `Time` values are now properly rejected, as well as aliases.

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.15.0"
4+
VERSION = "1.16.0"
55
end

0 commit comments

Comments
 (0)