We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa1c55 commit 58cca17Copy full SHA for 58cca17
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
4
5
-## Master
+## 4.0.3
6
7
- Fix `Manifest#find` yielding from a Promise causing issue on Ruby 3.1.0-dev. [#720](https://github.com/rails/sprockets/pull/720)
8
- Better detect the ERB version to avoid deprecation warnings. [#719](https://github.com/rails/sprockets/pull/719)
lib/sprockets/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
module Sprockets
- VERSION = "4.0.2"
+ VERSION = "4.0.3"
end
0 commit comments