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 b698a1a commit 97e2ac6Copy full SHA for 97e2ac6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
4
5
+## 4.0.2
6
+
7
+- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.
8
9
## 4.0.1
10
11
- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
lib/sprockets/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
module Sprockets
- VERSION = "4.0.1"
+ VERSION = "4.0.2"
end
0 commit comments