From c365322a3b8b7e36f620c163f7abbd057a92099f Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 28 Feb 2022 10:32:13 +0100 Subject: [PATCH] Release 1.11.0 --- CHANGELOG.md | 2 ++ lib/bootsnap/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dec8d74..467e0004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.11.0 + * Drop dependency on `fileutils`. * Better respect `Kernel#require` duck typing. While it almost never comes up in practice, `Kernel#require` diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index 3a11fd45..b50188c3 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.10.3" + VERSION = "1.11.0" end