Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 25, 2023
1 parent a00bce2 commit 88548cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 1.16.0

* Use `RbConfig::CONFIG["rubylibdir"]` instead of `RbConfig::CONFIG["libdir"]` to check for stdlib files. See #431.
* Fix the cached version of `YAML.load_file` being slightly more permissive than the default `Psych` one. See #434.
`Date` and `Time` values are now properly rejected, as well as aliases.
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bootsnap
VERSION = "1.15.0"
VERSION = "1.16.0"
end

0 comments on commit 88548cc

Please sign in to comment.