From f2139046daecb59bdbcc68f0398545c6eadd56ea Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 30 May 2022 16:30:53 +0200 Subject: [PATCH] Release 1.12.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 7b59a790..1036efca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.12.0 + * `bootsnap precompile` CLI will now also precompile `Rakefile` and `.rake` files. * Stop decorating `Module#autoload` as it was only useful for supporting Ruby 2.2 and older. diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index b6f89981..0b74e66e 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.11.1" + VERSION = "1.12.0" end