We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00bce2 commit 88548ccCopy full SHA for 88548cc
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.16.0
4
+
5
* Use `RbConfig::CONFIG["rubylibdir"]` instead of `RbConfig::CONFIG["libdir"]` to check for stdlib files. See #431.
6
* Fix the cached version of `YAML.load_file` being slightly more permissive than the default `Psych` one. See #434.
7
`Date` and `Time` values are now properly rejected, as well as aliases.
lib/bootsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Bootsnap
- VERSION = "1.15.0"
+ VERSION = "1.16.0"
end
0 commit comments