From 06497da38ed5b60111b839df53c9531bb00650ad Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Fri, 12 Jan 2024 11:59:34 +0100 Subject: [PATCH] Release 1.17.1 --- CHANGELOG.md | 2 ++ lib/bootsnap/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e02d8..e842b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.17.1 + * Fix a compatibility issue with the `prism` library that ships with Ruby 3.3. See #463. * Improved the `Kernel#require` decorator to not cause a method redefinition warning. See #461. diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index f762207..bd76a2f 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.17.0" + VERSION = "1.17.1" end