From 69d710a4969a88cd8ad8f4ae825c96b4101d7e55 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 8 Feb 2021 10:08:22 +0100 Subject: [PATCH] Release 1.7.2 --- CHANGELOG.md | 6 ++++++ lib/bootsnap/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6990ff..4ccd48ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Unreleased +# 1.7.2 + +* Fix compatibility with msgpack < 1. (#349) + +# 1.7.1 + * Warn Ruby 2.5 users if they turn ISeq caching on. (#327, #244) * Disable ISeq caching for the whole 2.5.x series again. * Better handle hashing of Ruby strings. (#318) diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index 0e07b656..342bce12 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.7.1" + VERSION = "1.7.2" end