From 58cca17aa447fcee17703e4ab4dbfaab630e7ed4 Mon Sep 17 00:00:00 2001 From: eileencodes Date: Wed, 2 Mar 2022 15:27:12 -0500 Subject: [PATCH] Preparing for sprockets 4.0.3 release --- CHANGELOG.md | 2 +- lib/sprockets/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05d48fe9..0bc90b3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md -## Master +## 4.0.3 - Fix `Manifest#find` yielding from a Promise causing issue on Ruby 3.1.0-dev. [#720](https://github.com/rails/sprockets/pull/720) - Better detect the ERB version to avoid deprecation warnings. [#719](https://github.com/rails/sprockets/pull/719) diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index 1d8a69449..f8776a4de 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sprockets - VERSION = "4.0.2" + VERSION = "4.0.3" end